@infamoustrey/file-crypto
v1.0.0
Published
A thing for encrypting the things
Downloads
1
Readme
file-crypto
Quick and dirty file encryption
Install
npm i --save @infamoustrey/file-crypto
Usage
import FileCrypto from '@infamoustrey/file-crypto';
FileCrypto.encryptFile( 'file.txt', 'yourmotherwasahamster' )
FileCrypto.decryptFile( 'file.txt', 'yourmotherwasahamster' )