1.3.1 • Published 1 year ago
@darsai/node-toolbox v1.3.1
@darsai/node-toolbox
Node utilities TS library.
- compression
- encryption symmetric-asymmetric-hashing
- file system
- hashtags (add a property to js objects with a hash of the entire object)
- xml
- strings
- other
Creating crypto keys for asymmetric encryption
openssl genrsa -out rsa_keys/rsa_4096_priv.pem 4096 openssl rsa -pubout -in rsa_keys/rsa_4096_pri.pem -out rsa_keys/rsa_4096_pub.pem