FortKnoxster Crypto Web is an open source, cross-browser cryptographic library implementing the Web Cryptography API. FortKnoxster Crypto Web supports symmetric keys and asymmetric key pair generation, key derivation, key wrap/unwrap, encryption, decryption, signing and verification. It is the core end-to-end encryption library used in FortKnoxster Web Apps.
TODO
For development the recommended way is to link this package from where you are using it.
In importing project run below commands:
(cd ../fkx-crypto-web; npm link)
npm link fkx-crypto-web
or
(cd ../fkx-crypto-web; npm link) && npm link fkx-crypto-web
npm test
TODO