Opened 11 years ago
Last modified 22 months ago
#8764 needs_review enhancement
the full Data Encryption Standard (DES)
Reported by: | mvngu | Owned by: | mvngu |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | cryptography | Keywords: | data encryption standard |
Cc: | amca01@… | Merged in: | |
Authors: | Alasdair McAndrew | Reviewers: | |
Report Upstream: | N/A | Work issues: | coverage |
Branch: | u/chapoton/8764 (Commits, GitHub, GitLab) | Commit: | 3ef141fa04c513c675fff6fd32ae99050c0643fb |
Dependencies: | Stopgaps: |
Description (last modified by )
An implementation of the Data Encryption Standard (DES) for educational purposes. The file des.sage is a Sage script implementing DES and written by Alasdair McAndrew. This needs to be cleaned up and upload a patch against the Sage library.
Attachments (3)
Change History (16)
Changed 11 years ago by
comment:1 Changed 11 years ago by
- Cc amca01@… added
- Description modified (diff)
- Status changed from new to needs_work
comment:2 Changed 11 years ago by
The patch trac_8764-original-des.patch contains essentially the same code as in des.sage, but as a patch against the Sage library. The next task is to clean up that patch and organize the cryptography section of the reference manual in light of this implementation of DES.
comment:3 Changed 8 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:4 Changed 8 years ago by
- Description modified (diff)
I have cleaned up the patch a little bit.
There remains one doctest failing, and missing doctests.
apply trac_8764-original-des_v2.patch
comment:5 Changed 8 years ago by
apply only trac_8764-original-des_v2.patch
comment:6 Changed 8 years ago by
apply only trac_8764-original-des_v2.patch
comment:7 Changed 8 years ago by
- Keywords data encryption standard added
- Work issues set to coverage
comment:8 Changed 7 years ago by
- Branch set to u/chapoton/8764
- Commit set to 72a2e92855aeedb8cfce3169e13f7e69eb23a4f2
New commits:
72a2e92 | #8764: the full Data Encryption Standard (DES)
|
comment:9 Changed 7 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:10 Changed 7 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:11 Changed 7 years ago by
- Milestone changed from sage-6.3 to sage-6.4
comment:12 Changed 5 years ago by
- Commit changed from 72a2e92855aeedb8cfce3169e13f7e69eb23a4f2 to 3ef141fa04c513c675fff6fd32ae99050c0643fb
comment:13 Changed 22 months ago by
- Milestone changed from sage-6.4 to sage-duplicate/invalid/wontfix
- Status changed from needs_work to needs_review
this seems outdated and inactive and now there is ticket:27761
original Sage script by Alasdair McAndrew?