CogniCrypt
CogniCrypt copied to clipboard
CogniCrypt is an Eclipse plugin that supports Java developers in using Java Cryptographic APIs.
# Description This pull request adds the GitHub Actions tool into our CI/CD operations. At the moment, we are using the tool Jenkins tool which builds CogniCrypt only on a...
# Description Jenkins CI is failing due to a dependency not being resolved. Added the `-U` flag in the build command to update all dependencies on the server, so that...
Signed-off-by: Shahrzad # Description Removed the test task in CodeGen wizard with a coffee icon. **Test Configuration**: * Eclipse Version: 2019-06 (4.12.0) * Java Version: 1.8 * OS: Windows 10...
In some cases, the user may opt for a less secure configuration in the code-generator wizard if their application has to support legacy systems that may not comply with the...
The code generated by CogniCrypt should have comments that ease the integration into the own code. More detailed suggestions are found in a [comment of the golem article (german)](https://forum.golem.de/kommentare/security/software-entwickler-krypto-fehler-vermeiden-mit-cognicrypt/die-idee-ist-super/126648,5387813,5387813,read.html#msg-5387813).
Look at the class KeyGenParameterSpec[1] and create a CrySL rule for it This article is a good starting point for a general overview: https://medium.com/@ericfu/securely-storing-secrets-in-an-android-application-501f030ae5a3 [1] https://developer.android.com/reference/android/security/keystore/KeyGenParameterSpec.html
# Description This PR fixes a casting error on _cryslhandler_ module because the static analysis and code generation components of CogniCrypt were not working. ## Type of change - [X]...
# Description This pull request contains required code changes so that the Testgen module that is found [here](https://github.com/CROSSINGTUD/CogniCrypt_TESTGEN/tree/develop), can be incorporated into CogniCrypt. The module is also called CogniCrypt_TESTGEN and...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....