Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 424 Bytes

Readme.md

File metadata and controls

32 lines (20 loc) · 424 Bytes

Metadata1

Metadata1 is a library that helps you with amazon metadata1 encryption

Installation

$ npm install metadata1
$ yarn add metadata1

Usage

import Metadata1 from 'metadata1';

Metadata1.encrypt(data: any): string; 

Contributing

Any and all pull requests are welcome.

TODO

  • Add Decryption

License

MIT