A text encryption tools. It able to encrypt text, articles, messages into random, meaningless code. And then at a later time, it can be decrypted into original message when needed.
A simple example:
Original Text (before encryption): The quick brown fox jump over the lazy dog.
Encrypted Text (after encryption): ga8Ba3jH55sI4eFT0nRBesHoLGLbriXeWomE7vpxbFszJFnSXJRYy1MJoKy+y+krLmdmYxGBhRg3oRDA9OjqemJSZdryFI2b5BjseUnhsC8=
Decryption Result of the Encrypted Text: The quick brown fox jump over the lazy dog.
- Core Encryption Algorithm: AES (Advanced Encryption Standard or Rijndael)
- Password Hashing Algorithm: SHA512
- Able to encrypt most of the languages in the world.
- Light weight, efficient, protable (no installation needed).
- Able to be encrypted with up to 4 combination of passwords.
- Text is compressed. Encrypted text is shorten.