We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a35e3 commit 4f194f2Copy full SHA for 4f194f2
src/index.ts
@@ -62,7 +62,7 @@ async function CryptFile(path : string, dest : string, key? : string) : Promise<
62
return enckey
63
}
64
65
-/** CryptFile function
+/** DecryptFile function
66
* @param {string} path take the path of the input file
67
* @param {string} dest take the path of the destination file
68
* @param {string} key take the secret key
0 commit comments