Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/interkosmos/lucifer
Lucifer block cipher in FORTRAN 77
https://github.com/interkosmos/lucifer
cipher cryptography des encryption fortran fortran-77 lucifer
Last synced: 10 days ago
JSON representation
Lucifer block cipher in FORTRAN 77
- Host: GitHub
- URL: https://github.com/interkosmos/lucifer
- Owner: interkosmos
- Created: 2023-06-16T14:29:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-16T14:43:15.000Z (over 1 year ago)
- Last Synced: 2024-01-29T14:15:32.285Z (10 months ago)
- Topics: cipher, cryptography, des, encryption, fortran, fortran-77, lucifer
- Language: Fortran
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lucifer
This is an implementation of Arthur Sorkin’s variant of the
[Lucifer block cipher](https://en.wikipedia.org/wiki/Lucifer_(cipher)), a direct
predecessor of DES, ported from FORTRAN IV to FORTRAN 77. The cipher has a 128
bit block size and a 128 bit key length.The code of the original version was listed in the following paper:
* Sorkin, Arthur (1984): Lucifer. A Cryptographic Algorithm. In: Cryptologia,
8:1, 22–42, DOI: 10.1080/0161-118491858746## Licence
Public Domain