2.0.0 • Published 3 years ago

secutilsfiles v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.5

3 years ago

1.0.4-rc

3 years ago

1.0.3-rc

3 years ago

1.0.2-rc

3 years ago

1.0.1-rc

3 years ago

1.0.0-rc

3 years ago

0.1.0

3 years ago

1.0.0

3 years ago