🤖
Mr RoBOT's Public Documentation
  • â„šī¸Introduction
  • ✨Mr RoBOT's Ecosystem
    • 🤖The Bot
    • 🧅Leveraging TOR
    • đŸ’ŦE-messenger
    • đŸ—ī¸E-crypt
    • đŸ’ĨE-mixer
    • 🔑E-pass
    • đŸ“ļE-TX
    • â˜ī¸E-Box
    • 🤝E-Scrow
    • 🎩E-Bounty
  • đŸ’ĩNative Token
    • 💸Tokenomics
    • 💰Revenue Share Model
    • đŸ›ī¸Holders Tiers
  • âš™ī¸Other
    • 🔐Mr RoBOT's Security
    • âš ī¸Disclaimer
Powered by GitBook
On this page
  1. Mr RoBOT's Ecosystem

E-crypt

PreviousE-messengerNextE-mixer

Last updated 1 year ago

E-crypt utilizes the currently strongest encryption schemes, enabling you to encrypt and decrypt any piece of information, including files.

Within our E-crypt utility, you have the option to encrypt a specific message or any type of file, as well as decrypt it for yourself or authorized parties.

E-crypt is implemented using the latest version of Python, with all objects (messages or files) being securely stored in an encrypted format on our server-side, which resides within the TOR network.

We employ AES-256 bit encryption for this service, where the encrypting user specifies an encryption password. Salting is utilized to derive a unique encryption secret from the user's provided password, thereby enhancing the encryption's uniqueness and security.

In the unlikely event that our in-TOR databases are compromised, a strong initial password ensures that no third party will be able to decrypt your data.

✨
đŸ—ī¸