encryption-file
v1.0.0
Published
file encryption package
Downloads
3
Readme
encryption-file is a js file encryption package encryption-file inputs a file and outputs a file called encrypted.txt
How it works? First install it
npm i encryption-file
Second call it like you should call you mother, she misses you
import {getFile} from './encrypt.js'
getFile(<filename and a extension>, <encryption_type>)
encryption types are:
- hex
- binary
- base64
- base64url
Any other arguments will just return buffer. There is no decryption since you can't decrypted Hashes