Skip to content

A text encryption software using AES algorithm+compression. The output encrypted text is smaller than the original text. Simple, light weight, efficient, portable. Written in C# WinForms.

License

Notifications You must be signed in to change notification settings

adriancs2/CTI-Text-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A text encryption software using AES algorithm+compression. The output encrypted text is smaller than the original text. Simple, light weight, efficient, portable. Written in C# WinForms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages