HarmonicLabs / crypto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@harmoniclabs/crypto

collection of cryptographic functions that support every js runtime for ES5+

Disclaimer

The purpose of the library is to guarantee support for any javascript runtime with ES5+.

THIS IMPLEMENTATION SHOULD NOT BE ASSUMED TO BE SAFE

If you are in a node js environment you should use the node crypto native module; without doubt more preformant and secure.

About

License:MIT License


Languages

Language:TypeScript 98.0%Language:JavaScript 2.0%