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
With this package you'll be able to encrypt all the letters of the alphabet for three types of encryption.
-
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
- cripto-alphabet
-
DanielXavierJob
- almost 2 years ago
- ISC
- 1 dependencies
Assets
- cripto-alphabet-1.0.0.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0