6 lines
259 B
Text
6 lines
259 B
Text
# test AES decryption support, extract file using wrong password
|
|
features CRYPTO
|
|
return 1
|
|
args encrypt.zzip set_password notfoonotfoo cat 1
|
|
file encrypt.zzip encrypt-aes192.zip encrypt-aes192.zip
|
|
stderr can't open file at index '1': Wrong password provided
|