UltraMega Tech.
10Dec/080

LMS New Feature: Email Form

LockMyStuff.com has been updated to version 1.1.0, which introduced an email feature that allows you to email your encrypted text. When you have encrypted your text, you'll see a link to show the email form. You can send the encrypted text (or link if it is stored), along with an optional message. You can also choose to include the encryption key. This feature makes it easier to send your encrypted messages.

2Dec/080

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.