Skip to content

Some scripts related to cryptography

License

Notifications You must be signed in to change notification settings

Super-Baleine/Yulia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Some scripts I write for fun.

Usage

main.rb

chmod +x main.rb;
./main.rb;

key_derivation.rb

CLI

chmod +X key_derivation.rb;
./key_derivation.rb password key_size

The key will be base64-encoded and stored in a JSON.

Code

require "./key_derivation.rb"
dk = KeyDerivation.new
key = dk.kdf("password", 256)

About

Some scripts related to cryptography

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages