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
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