Opened 8 years ago
Last modified 6 years ago
#13246 new enhancement
Crypto Kit
Reported by: | kallisti5 | Owned by: | nobody |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | Kits | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
At one point I was working on a "Crypto Kit" which would offer a built-in C++ crypto API with several hashing and encryption plugins built-in... however there wasn't much interest and I slowly gave it up.
Attached is the work from that project. Mostly putting here for posterity.
Attachments (1)
Change History (5)
by , 8 years ago
Attachment: | crypto-kit.zip added |
---|
comment:1 by , 8 years ago
patch: | 0 → 1 |
---|
comment:2 by , 8 years ago
comment:3 by , 6 years ago
patch: | 1 → 0 |
---|
comment:4 by , 6 years ago
Migrated to Gerrit as https://review.haiku-os.org/#/c/438/ and https://review.haiku-os.org/#/c/haiku/+/439/ . I suggest closing the ticket as the Gerrit review can be standalone. We can work on extending the kit later.
Note:
See TracTickets
for help on using tickets.
The API around hashing was complete and it supported MD4, MD5, SHA256, BLAKE2. The API around encryption was early + incomplete.