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 e848534 commit faaa48cCopy full SHA for faaa48c
1 file changed
.github/workflows/main.yml
@@ -56,14 +56,3 @@ jobs:
56
python3 .github/workflows/card-status.py;
57
# Main tests
58
python3 .github/workflows/test_SmartPGP.py;
59
- # Reset
60
- python3 .github/workflows/reset.py;
61
- # Test crypto switch
62
- python2 bin/example-set-mixed-crypto.py;
63
- # Test AES
64
- echo -n "AAAAAAAAAAAAAAAA" > /tmp/aes_key.bin;
65
- python2 bin/smartpgp-cli put-aes-key -i /tmp/aes_key.bin;
66
- echo -n "BBBBBBBBBBBBBBBB" > /tmp/aes_to_encrypt.bin;
67
- python2 bin/smartpgp-cli encrypt-aes -p "123456" -i /tmp/aes_to_encrypt.bin -o /tmp/aes_encrypted.bin;
68
- python2 bin/smartpgp-cli decrypt-aes -p "123456" -i /tmp/aes_encrypted.bin -o /tmp/aes_decrypted.bin;
69
- diff /tmp/aes_decrypted.bin /tmp/aes_to_encrypt.bin;
0 commit comments