7 lines
214 B
Plaintext
Executable File
7 lines
214 B
Plaintext
Executable File
# test AES decryption support, extract file using correct password
|
|
features CRYPTO
|
|
return 0
|
|
args encrypt.zzip set_password foofoofoo cat 1
|
|
file encrypt.zzip encrypt-aes192.zip encrypt-aes192.zip
|
|
stdout encrypted
|