https://github.com/tincantech/ca-cipher-check
Check the CA key cipher is AES
https://github.com/tincantech/ca-cipher-check
Last synced: 6 months ago
JSON representation
Check the CA key cipher is AES
- Host: GitHub
- URL: https://github.com/tincantech/ca-cipher-check
- Owner: TinCanTech
- License: gpl-3.0
- Created: 2024-11-02T20:48:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-19T19:49:20.000Z (over 1 year ago)
- Last Synced: 2025-01-13T22:46:44.791Z (over 1 year ago)
- Language: Shell
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ca-cipher-check
Check the CA key cipher is AES
Welcome!
In order to use this script you will need two archives:
* All the versions of Easy-RSA that you want to test.
Default directory: ./ | Search term: EasyRSA-*
* All the versions of OpenSSL that you want to test.
Default directory: ./ | Search term: openssl-*
You can only define the directory not the search term.
To define a different location for these archives,
'export' the variables 'ERSA_ARC_D' and 'OSSL_ARC_D',
to point to the Easy-RSA archive and OpenSSl archive,
respectively.
To force all tests to be executed use option 'all'.
This will force some user interaction for passwords.
ALWAYS use password 'pppp' for user interaction.
Use option 'keep' to keep all the created PKIs, for
further inspection.
Press [enter] to continue.