Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mycielski/twofish-in-java
Twofish ECB block cipher implementation in pure Java. No dependencies.
https://github.com/mycielski/twofish-in-java
java symmetric-cryptography symmetric-encryption symmetric-encryption-algorithm symmetric-key-cryptography twofish twofish-cipher twofish-crypto
Last synced: 4 days ago
JSON representation
Twofish ECB block cipher implementation in pure Java. No dependencies.
- Host: GitHub
- URL: https://github.com/mycielski/twofish-in-java
- Owner: mycielski
- License: mit
- Created: 2021-06-07T09:09:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T09:20:35.000Z (over 3 years ago)
- Last Synced: 2024-06-03T23:18:54.308Z (5 months ago)
- Topics: java, symmetric-cryptography, symmetric-encryption, symmetric-encryption-algorithm, symmetric-key-cryptography, twofish, twofish-cipher, twofish-crypto
- Language: Java
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twofish-in-java
Twofish block cipher in ECB mode. Implementation in pure Java. No dependencies needed.