Skip to content

Encrypt - Decrypt, Assymetric - Symmetric, Encode - Decode, & Hash Pack

License

Notifications You must be signed in to change notification settings

gungunfebrianza/Mastering-Cryptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptography-killerpacks

Encrypt - Decrypt, Assymetric - Symmetric, Encode - Decode, & Hash Pack

How to use ROT-13

Encrypt

rot13("string")

How to use BASE-64

Encode

ebase("plaintext")

Decode

dbase("cipher")

How to use CHINZO-72C & ARABICA2RS

Encode

_encode("plaintext")

Decode

_decode("cipher")

How to use AER-256 & ARMON-64

Encrypt

completeHash("string", "salt")

Decrypt

unHash("cipher", "salt")

How to use ATOM-128

Encrypt

a128e("string")

Decrypt

a128("cipher")

How to use SHA-512

Hash

hex_sha512("string")

Logs

- Add Chinzo-72 (25-08-2016)

- Add Arabica2RS (25-08-2016)

- Add AER-256 (25-08-2016)

- Add SHA-512 (26-08-2016)

- Add ARMON-64 (26-08-2016)

- Add ATOM-128 (26-08-2016)

- Add BASE-64 (26-08-2016)

- Add ROT-13 (26-08-2016)


MIT License

Copyright (c) 2016-2020 Gun Gun Febrianza

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Encrypt - Decrypt, Assymetric - Symmetric, Encode - Decode, & Hash Pack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published