Metadata1 is a library that helps you with amazon metadata1 encryption
$ npm install metadata1
$ yarn add metadata1
import Metadata1 from 'metadata1';
Metadata1.encrypt(data: any): string;
Any and all pull requests are welcome.
- Add Decryption
Metadata1 is a library that helps you with amazon metadata1 encryption
$ npm install metadata1
$ yarn add metadata1
import Metadata1 from 'metadata1';
Metadata1.encrypt(data: any): string;
Any and all pull requests are welcome.