1.0.0 • Published 8 years ago
@infamoustrey/file-crypto
Licence
MIT
Version
1.0.0
Deps
0
Size
2 kB
Vulns
0
Weekly
0
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' )