Skip to content

Implement more encryption algorithms #15

@Jellix

Description

@Jellix

Candidates:

Block Ciphers:

  • Blowfish
  • Twofish
  • Threefish, this one is based on Skein, so the SPARKSkein implementation would be a good start
  • AES (PDF)
  • IDEA (the patent expired in 2012, so it should be free to use now, but proper documentation seems scarce)

Stream ciphers:

And then there's the thing that any proper encryption needs a cryptographically secure random number generator, be it for nonce, key, or random seed initializations.

Metadata

Metadata

Assignees

Labels

featureNew features that may or may not be implemented

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions