An open API service indexing awesome lists of open source software.

https://github.com/bigopenworld/secutilsfiles

simple utils to crypt / decrypt files with AES
https://github.com/bigopenworld/secutilsfiles

aes aes-256 files security typescript

Last synced: 6 months ago
JSON representation

simple utils to crypt / decrypt files with AES

Awesome Lists containing this project

README

          

# secutilsfiles

simple utils to crypt / decrypt files with AES

# Usage

`await secutils.files.CryptFile("./text.text", "./text.text.enc", "one")`

`await secutils.files.DecryptFile("./text.text.enc", "./text.text.dec", "one")`

`await secutils.dir.CryptDir("./dir","./dir.enc", "one")`

`await secutils.dir.DecryptDir("./dir.enc","./dir.dec", "one")`

# Building the module :

## Requirements :

- typescript v3.X or newer