Author Archives: CooLMinE
How to encrypt and decrypt files in C#
The following snippets will allow you to encrypt and decrypt files in C#.
Needless to say there are numerous methods that this can be achieved but for the reasons I will explain at the end I came about using this one in my projects.
Also keep in mind that assuming you want to implement something like this in your project you should extend the error catching to detect invalid key lengths, file locations and so on.
Posted in C#.
Tagged aes, C#, cryptography, csharp, decrypt file, encrypt file, RijndaelManaged, snippet, winforms
TextCrypt Suite Online now available
Since I had some spare free time and had fun playing with CSS, Ajax and PHP creating TextPlay Online, I decided to make an online version of TextCrypt Suite as well.
The current version supports 17 algorithms and 27 methods for encrypting and decrypting text. I will be adding more in the near future.
You can access it by using the top navigation bar or by simply clicking this link: TextCrypt Suite Online.
Posted in Website News.
Tagged base64, binary, crc32, encode url, escape, fluxbytes, hex, md2, md4, md5, ripemd, sha1, sha256, sha384, sha512, text decryption, text encryption, unescape
TextPlay Online now available
Since a few people requested it I’ve put together an online version of TextPlay.
You can access it by using the top navigation bar or by simply clicking this link: TextPlay Online
Posted in Website News.
Tagged flip text, fluxbytes, reverse text, round letters, text reverse, TextPLAY, upside down
ProxyChecker++ released!
If you are one of those people that value their on-line privacy then at some point you probably looked for a way to hide your true IP from being tracked by various websites. ProxyChecker++ is the tool that will make your life easier and will help you achieve what you are looking for much faster.
Although ProxyChecker++ itself won’t provide you with proxies to use, it will help you find which ones are actually working or not so that you won’t have to waste countless hours trying to figure it out on your own.
Note: This is only the core program for handling the proxy checking, more features will follow in the near future.
Download FilePosted in Software Releases.
Tagged C#, csharp, fluxbytes, fluxbytes software, ip, privacy, proxies
WordPress code highlighter
If you have a WordPress website with posts that contain code then you probably asked yourself how you can make it look better.
The past few days I was looking for a good plugin that could help me remedy that. After trying a lot of them I ended up with two that were pretty good for my needs, SyntaxHighlighter Evolved and WP-Syntax. Although both of them are rather good at what they are supposed to do, after some trial and error I decided to keep SyntaxHighlighter Evolved
since it’s results looked better in my opinion.
If you are looking for a plugin that can help you format and highlight your code to make it easier for your readers to follow and understand your code feel free to test them out and decide which one suits your needs better.
Posted in WordPress.
Tagged SyntaxHighlighter, WordPress, WordPress plugin, WP-Syntax