RubenPalomo / EncryptorBot

Bot for telegram that allows you to encrypt messages and decrypt them later through the use of a password.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EncryptorBot

NodeJs
Bot for telegram that allows you to encrypt messages and decrypt them later through the use of a password. It uses the AES encryption.


The bot commands are as follows:

  • To encrypt a message you use /encrypt + the password you want to use + the message you want to encrypt (separated from each other by spaces).
  • To decrypt a message use /decrypt + the password used to encrypt the message while replying to the encrypted message.
  • You can also decrypt the message using the same formula of /decrypt + password but adding the encrypted message afterwards.

About

Bot for telegram that allows you to encrypt messages and decrypt them later through the use of a password.


Languages

Language:JavaScript 100.0%