Fix documentation of AES padding #41
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Opened 8 years ago
Last modified 2 years ago
#833assigneddefect
Fix documentation of AES padding
Reported by:zzzOwned by:slumlord
Priority:
minor
Milestone:
Component:
www/i2p
Version:
Keywords:
docs, easy
Cc:
Parent Tickets:
Sensitive:
no
Description
We don't really use PKCS.
Ref:
http://www.i2p2.i2p/how_cryptography
http://zzz.i2p/topics/1318
Subtickets
comment:7 Changed 2 years ago by zzz
I think the ticket came about because somebody complained to me that we don't do PKCS padding. But I think that one of the PKCS flavors is just adding random stuff at the end. If that's the case, we do it. Maybe that's what PKCS #5 1.5 means. That's jrandom text in there. So the mission is to research PKCS padding, figure out if we do it, and if the text in our specs is correct or not, if not, fix it.
comment:6 Changed 3 years ago by slumlord
What should that be changed to? Should I remove the
(PKCS#5 1.5, section 8.1 (for block type 02))
portion?comment:5 Changed 3 years ago by zzz
Owner:
set to _slumlord_Status:open →
assigned
comment:4 Changed 3 years ago by slumlord
Link is now http://i2p-projekt.i2p/spec/cryptography
PKCS is mentioned in reference to AES here:
comment:3 Changed 4 years ago by slumlord
This ticket's quite old, I just wanted to add the following comment:
The link referred to earlier http://www.i2p2.i2p/how_cryptography seems to be outdated, http://i2p-projekt.i2p/en/how_cryptography has a newer version.
comment:2 Changed 5 years ago by str4d
Keywords:easy added
Status:new →
open
comment:1 Changed 8 years ago by str4d
Keywords:docs added