Skip to content

cripto-alphabet 1.0.0

Install from the command line:
Learn more about npm packages
$ npm install @danielxavierjob/cripto-alphabet@1.0.0
Install via package.json:
"@danielxavierjob/cripto-alphabet": "1.0.0"

About this version

Criptography alphabet

With this package you'll be able to encrypt all the letters of the alphabet for three types of encryption.

Encryptions

  • three types of current encryption:

  • hex

  • binary

  • number

  • function to encrypt and decrypt are prefix of real functions

  • encryptHex

  • encryptNumber

  • encryptBinary

  • decryptHex

  • decryptNumber

  • decryptBinary

To encrypt just call the function (prefix encrypt)(Cryptography)

Ex: encryptHex("Hello world"),

Result: "8 31 38 38 41 0 49 41 44 38 30"

To decrypt just call (prefix decrypt)(Encryption)

Ex: desencryptNumber("8 31 38 38 41 0 49 41 44 38 30")

Result: "Hello world"

Details


Assets

  • cripto-alphabet-1.0.0.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all