Skip to content

Commit

Permalink
[skip ci] updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfoolong committed Aug 15, 2024
1 parent b50dd56 commit 2935bbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ This library is the successor to my previous [CryptoJs-Aea-Php](https://github.c
* It is safe to store and transfer the encrypted values, as the encrypted output only contains hex characters (0-9 A-F)
* Small footprint: 5kb unzipped Javascript file


### Install
* NPM: `npm i js-aes-php`
* Composer: `composer require brainfoolong/js-aes-php`
* Or just download the latest release zip for everything at once

### Requirements
* For Javascript: Any [recent Browser](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/encrypt#browser_compatibility) or Node environment (15+)
* For Typescript: Use `src/ts/js-aes-php.ts`
Expand Down

0 comments on commit 2935bbc

Please sign in to comment.