FortKnoxster / fortknoxster-crypto-web

Cross-browser cryptographic library implementing the Web Cryptography API.

Home Page:https://fortknoxster.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Cross-browser cryptographic library implementing the Web Cryptography API.

https://fortknoxster.com

License:Apache License 2.0


Languages

Language:JavaScript 99.8%Language:HTML 0.2%