Releases: danielvartan/lockr
Releases · danielvartan/lockr
lockr 0.3.0
encryptrpak
was renamed tolockr
.encryptr
anddevtools
are no longer in the import dependence list.encrypt_extdata()
anddecrypt_extdata()
were superseded and removed from the package.get_private_key()
,get_public_key()
,get_private_key_path()
, andget_public_key_path()
were remove from the package. Please useopenssl
for reading keys.rsa_keygen()
was added. This function facilitate the creation of RSA key pairs.lock_file()
andunlock_file()
were added. This functions allow the user to encrypt/decrypt individual files.lock_dir()
andunlock_dir()
were added. These functions allow the user to encrypt/decrypt all files inside a directory.
encryptrpak 0.2.0
get_private_key_path()
andget_public_key_path()
are now exported functions.- An argument called
devtools_load
was added toget_private_key()
,get_public_key()
,get_private_key_path()
,get_public_key_path()
,encrypt_extdata()
, anddecrypt_extdata()
. This allows developers to load packages to memory before running the functions. Thedevtools_load
argument is always set toFALSE
.
encryptrpak 0.1.0
First encryptrpak
release. 🎉