/TellMe

TellMe

Primary LanguageC#Apache License 2.0Apache-2.0

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