|
3 | 3 | **Poly**glot **Crypto**graphy. High-level cryptographic functions that are |
4 | 4 | interoperable between NodeJS and PHP 7.2+ (and 8.0+). |
5 | 5 |
|
6 | | -[](https://npmjs.com/package/poly-crypto) |
| 6 | +[](https://npmjs.com/package/poly-crypto) |
7 | 7 | [](https://packagist.org/packages/poly-crypto/poly-crypto) |
8 | | -[](https://github.com/search?q=repo:kensnyder/poly-crypto++language:TypeScript&type=code) |
9 | | -[](https://github.com/kensnyder/poly-crypto/actions) |
10 | | -[](https://codecov.io/gh/kensnyder/poly-crypto) |
11 | | -[](https://bundlephobia.com/package/poly-crypto@2.2.0) |
12 | | -[](https://www.npmjs.com/package/poly-crypto?activeTab=dependencies) |
13 | | -[](https://www.npmjs.com/package/poly-crypto) |
14 | | -[](https://opensource.org/licenses/ISC) |
| 8 | +[](https://github.com/search?q=repo:kensnyder/poly-crypto++language:TypeScript&type=code) |
| 9 | +[](https://github.com/kensnyder/poly-crypto/actions) |
| 10 | +[](https://codecov.io/gh/kensnyder/poly-crypto) |
| 11 | +[](https://bundlephobia.com/package/poly-crypto@2.3.0) |
| 12 | +[](https://www.npmjs.com/package/poly-crypto?activeTab=dependencies) |
| 13 | +[](https://www.npmjs.com/package/poly-crypto) |
| 14 | +[](https://opensource.org/licenses/ISC) |
15 | 15 |
|
16 | 16 | ## Project Goals |
17 | 17 |
|
@@ -50,25 +50,31 @@ composer require poly-crypto/poly-crypto |
50 | 50 |
|
51 | 51 | ## Table of Contents |
52 | 52 |
|
53 | | -1. [Technology choices](#technology-choices) |
54 | | - 1. [AES-255 GCM](#aes-256-gcm) |
55 | | - 1. [Bcrypt](#bcrypt) |
56 | | - 1. [Randomness](#randomness) |
57 | | -1. [Use Cases](#use-cases) |
58 | | -1. [Misuse](#misuse) |
59 | | -1. [AES encryption](#aes-encryption) |
60 | | - 1. [Encrypt and decrypt with key](#encrypt-and-decrypt-with-key) |
61 | | - 1. [Encrypt and decrypt with password](#encrypt-and-decrypt-with-password) |
62 | | -1. [Password hashing](#password-hashing) |
63 | | -1. [Digest functions](#digest-functions) |
64 | | -1. [Random functions](#random-functions) |
65 | | -1. [Base conversion](#base-conversion) |
66 | | -1. [Command line utilities](#command-line-utilities) |
67 | | -1. [Browser usage](#browser-usage) |
68 | | -1. [JavaScript direct import](#javascript-direct-import) |
69 | | -1. [Unit tests](#unit-tests) |
70 | | -1. [Open Source ISC License](#license) |
71 | | -1. [Changelog](https://github.com/kensnyder/poly-crypto/blob/master/CHANGELOG.md) |
| 53 | +- [poly-crypto](#poly-crypto) |
| 54 | + - [Project Goals](#project-goals) |
| 55 | + - [Installation](#installation) |
| 56 | + - [Cheatsheet](#cheatsheet) |
| 57 | + - [Table of Contents](#table-of-contents) |
| 58 | + - [Technology choices](#technology-choices) |
| 59 | + - [AES-256 GCM](#aes-256-gcm) |
| 60 | + - [Bcrypt](#bcrypt) |
| 61 | + - [Randomness](#randomness) |
| 62 | + - [Use cases](#use-cases) |
| 63 | + - [Misuse](#misuse) |
| 64 | + - [AES Encryption](#aes-encryption) |
| 65 | + - [Encrypt and decrypt with key](#encrypt-and-decrypt-with-key) |
| 66 | + - [Encrypt and decrypt with password](#encrypt-and-decrypt-with-password) |
| 67 | + - [Password hashing](#password-hashing) |
| 68 | + - [Digest functions](#digest-functions) |
| 69 | + - [Random functions](#random-functions) |
| 70 | + - [Base conversion](#base-conversion) |
| 71 | + - [Command line utilities](#command-line-utilities) |
| 72 | + - [Global install of poly-crypto](#global-install-of-poly-crypto) |
| 73 | + - [Browser usage](#browser-usage) |
| 74 | + - [JavaScript direct import](#javascript-direct-import) |
| 75 | + - [Unit tests](#unit-tests) |
| 76 | + - [Contributing](#contributing) |
| 77 | + - [License](#license) |
72 | 78 |
|
73 | 79 | ## Technology choices |
74 | 80 |
|
|
0 commit comments