diafygi / webcrypto-examples

Web Cryptography API Examples Demo: https://diafygi.github.io/webcrypto-examples/
GNU General Public License v2.0
1.64k stars 193 forks source link

Real working Web Cryptography API based lib - PKIjs #4

Closed YuryStrozhevsky closed 9 years ago

YuryStrozhevsky commented 9 years ago

Guys, Now you do not want such simple and almost unusefull examples because in PKIjs we got real using of almost all Web Cryptography API algorithm making real PKI / CMS data (certificates, CRL, PKCS#10, OCSP, TSP, CMS Signed Data, CMS Enveloped Data).

diafygi commented 9 years ago

I believe offering simple examples of direct WebCryptoAPI usage is useful to learning about the API and what primitives are included. This repo's scope is not to replace PKI / CMS data.