2.0.0 • Published 4 years ago

secutilsfiles v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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
2.0.0

4 years ago

1.0.5

4 years ago

1.0.4-rc

4 years ago

1.0.3-rc

4 years ago

1.0.2-rc

4 years ago

1.0.1-rc

4 years ago

1.0.0-rc

4 years ago

0.1.0

4 years ago

1.0.0

4 years ago