Skip to content

uguisu/TellMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TellMe

TellMe is a simple chat / text message encryption application which use AES256 as basic algorithm. If you want to encrypt your text message on the internet or your company monitored all messages you sent via IM software, TellMe might be a good choice for you.

# Required

  • Visual Studio 2008 C#

# To use

  • Input a key. Key should at least 8 characters. Main000
  • Input your message in the textbox on right hand. Main001
  • Once you click "<<" transfer button, you will got an encrypted message on the left. Main002