This commit is contained in:
2026-06-02 12:03:54 -04:00
parent e53c8d02af
commit 8561029b26
5 changed files with 16 additions and 11 deletions
+1 -2
View File
@@ -2,7 +2,6 @@ A multi-purpose Cryptography library in Java. Working on it day by day, slowly.
To be clear, this is **NOT** mean't to be a replacement/alternative to BouncyCastle. Instead, it is meant to include what BouncyCastle does not have.
### Current Objective: ZekerRijndael (custom from-scratch AES-128 block cipher)
### Note: i'm creating ZekerRijndael as it can be used for creating the following encryption ciphers: AES-CTR; AES-OFB; AES-CFB. Block modes include AES-CBC; AES-ECB. And of course AES-GCM + ASE-CCM
## View the "zekerRijndael" branch to see inprogress work.
@@ -10,7 +9,7 @@ Use `setopt interactivecomments` (zsh only) to allow using `#` for comments if y
Ensure Java + javac are installed, on MacOS it can be installed with Homebrew by running `brew install openjdk`
You will also need maven installed.
You will also need maven installed. With Homebrew, this can be installed with `brew install maven`.
To compile: