@darsai/node-toolbox
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @darsai/node-toolbox

Homepage

darsai.com

Weekly Downloads

1

Version

1.3.1

License

UNLICENSED

Unpacked Size

262 kB

Total Files

117

Last publish

Collaborators

  • darsai-mack