1.0.0 • Published 6 years ago

@infamoustrey/file-crypto v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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' )