Introducing LockMyStuff.com
LockMyStuff.com is a free online encryption service. It allows users to encrypt their text or files using a strong encryption algorithm. The text or files can then be decrypted using the created password. This is handy when you need to securely send sensitive data over unsecure channels. The site also supports storing the text on the server, which allows logging and restricting of access.
The project was started for no particular reason, but now it simply serves as a free online tool as well as way to gain exposure for UltraMega Tech. It was also a good way to practice working with Linux, PHP, MySQL, and AJAX all together in a single application. The site is expected to improve as my skills improve, or as time allows.
More about the internal workings of the site. It is powered by PHP with the MCrypt library. The MCrypt PHP module is used for text encryption and file encryption uses the MCrypt library directly via the system command line. For more details, visit the About page.
