Skip to content

FortKnoxster/fortknoxster-crypto-web

Repository files navigation

Open Source? Yes!

FortKnoxster Crypto Web

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.

Documentation

TODO

Getting Started

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

Testing

Debug

npm test

Development

TODO

License

APACHE