secutilsfiles
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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

/secutilsfiles/

    Package Sidebar

    Install

    npm i secutilsfiles

    Weekly Downloads

    2

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    35 kB

    Total Files

    27

    Last publish

    Collaborators

    • warstrolo