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 d5212aa commit f0581a9Copy full SHA for f0581a9
README
@@ -12,4 +12,12 @@ Note: In order for a more secure encryption, it is recommended that you use CBC.
12
in a new line after the key, which is a 32-character length hex character.
13
14
Files that are encrypted will have the file name: [inputfilename].enc
15
-"" decrypted "": [encryptedfilename].dec
+For decrypted files: [encryptedfilename].dec
16
+
17
+Format for input: A file with each line containing 32 hex characters (hence, 16 bytes on each line).
18
19
+An example of such input:
20
21
+0A935D11496532BC1004865ABDCA4295
22
+00112233445566778899AABBCCDDEEFF
23
+ ....
0 commit comments