Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.02 KB

File metadata and controls

25 lines (17 loc) · 1.02 KB

CTI Text Encryption

CTI Text Encryption

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.

Features:

  • 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.