CogniCrypt icon indicating copy to clipboard operation
CogniCrypt copied to clipboard

CogniCrypt is an Eclipse plugin that supports Java developers in using Java Cryptographic APIs.

Results 59 CogniCrypt issues
Sort by recently updated
recently updated
newest added

With the fixing of issue #427, the JUnit Plugin-in tests will be able to run from the CLI. For this reason, the [Jenkins](https://github.com/eclipse-cognicrypt/CogniCrypt/blob/master/Jenkinsfile#L12) file needs to be changed so that...

The generated template regarding _Digitally sign documents_ task introduces code errors as is shown in the image below. ![dig_sign_template_error](https://user-images.githubusercontent.com/9791632/115119493-e7f75400-9fa8-11eb-9b3c-22806eae3749.jpg) After some research, this most probably stems from how [CrySLCodeGenerator](https://github.com/eclipse-cognicrypt/CogniCrypt/blob/master/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/CrySLCodeGenerator.java) class...

# Description Fixed a bug where the code generator options were not listed in the preference, as long as the generation menu has not yet been opened. Fixed a bug...

# 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....

Signed-off-by: Marvin Philipp Vogel # Description This commit changes the gui for the code generators task selection. It shows all titles and descriptions of the task next to their buttons...

# Description The built-in methods (alg, mode, padding, and so on) do not work in the REQUIRES section. For example, in the Cipher rule, we have generatedkey[key, alg(transformation)], but the...

# Description This changes will add a "remove selected ruleset" button to the preference page. Fixes #464 ## Type of change - [ ] Bug fix (non-breaking change which fixes...

Bumps [zip4j](https://github.com/srikanth-lingala/zip4j) from 2.1.1 to 2.10.0. Release notes Sourced from zip4j's releases. v2.10.0 Improvements: #403 - Use utf-8 by default when reading zip file names #416 - Add NoCompression deflate...

dependencies

**Describe the bug** During the maven install phase of the github actions CI the 'repository' module is failing due to a value being null. During the process the buildinfo.json file...

# Description This PR includes a new use-case in the CogniCrypt code generator. The new use-case has 2 parts, password generator, and user authentication service. The first one creates a...