🌟 Affichez le graphique d'utilisation en temps réel sur le README.md de sjcl, il suffit de copier le code ci-dessous.
## Usage Trend
[](https://npm-compare.com/sjcl#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Affichez le graphique de tendance des GitHub Stars sur le README.md de sjcl, il suffit de copier le code ci-dessous.
## GitHub Stars Trend
[](https://npm-compare.com/sjcl)
Détail des statistiques
Package
Téléchargements
Stars
Taille
Issues
Publication
Licence
sjcl
226,981
7,233
-
119
il y a 7 ans
(BSD-2-Clause OR GPL-2.0-only)
Comparaisons populaires
sjcl
README pour sjcl
sjcl
Stanford Javascript Crypto Library
Security Advisories
12.02.2014: the current development version has a paranoia bug in the ecc module. The bug was introduced in commit ac0b3fe0 and might affect ecc key generation on platforms without a platform random number generator.
codecBase32 has been re-enabled with changes to conform to RFC 4648:
Padding with = is now applied to the output of fromBits. If you don't want that padding, you can disable it by calling fromBits with a second parameter of true or anything that evaluates as "truthy" in JS
The encoding alphabet for sjcl.codec.base32 now matches that specified by the RFC, rather than the extended hex alphabet.
The former extended hex alphabet is now available through sjcl.codec.base32hex (also matching the RFC). So if you encoded something with base32 before, you'll want to decode it with base32hex now.