Commit Graph

109 Commits

Author SHA1 Message Date
Raphael Ahrens
a947f8dda0
Replaced dead link to HAC (#163)
The link to the Handbook of Applied Cryptography went stale.
2021-12-31 13:21:39 +03:00
Isaak Uchakaev
609b107351
Add blake3 and rage (#162) 2021-12-31 12:02:19 +03:00
hustliyilin
f9fa59325c
Add two C language cryptography libraries libkcapi and nettle (#157)
Signed-off-by: YiLin.Li <YiLin.Li@linux.alibaba.com>
2021-12-27 16:09:51 +03:00
Isaak Uchakaev
bb8649e6a8
Add XKCP (#156) 2021-12-25 01:53:57 +03:00
Isaak Uchakaev
84c039ef80
Add ecdsa to Python's section (#153)
* Add Password4j to Java

* Update README.md
2021-12-11 15:44:30 +03:00
Isaák Uchakaev
2eca9dacba
Add ockam to Rust's section (#147) 2021-11-09 17:09:14 +03:00
Isaak Uchakaev
41a09b7f8b
Add Password4j to Java (#144) 2021-08-16 16:56:23 +03:00
Mostafa Touny
324bbcf7ba
Update README.md (#143) 2021-08-08 12:55:01 +03:00
Isaak Uchakaev
da478fb21b
Add TweetNaCl.js to the JavaScript section (#141)
* Add TweetNaCl.js to JavaScript section

* Add Nettle to the C section

* Remove Nettle because of duplication
2021-07-06 13:12:52 +03:00
sobolevn
4744c34c07
Typos 2021-06-19 10:55:11 +03:00
sobolevn
c0eacf25df
Fixes CI 2021-06-08 10:25:03 +03:00
abiphull
3800618d93
Added a cryptocurrency resource under section "Web-sites" (#139) 2021-05-05 11:20:23 +03:00
Everlasting
d966539251
Added ECC and DH key exchange. (#137) 2021-04-24 08:26:38 +03:00
Saeed Nejati
2f79cd5df7
Add TikZ for Cryptographers (#136) 2021-02-25 11:12:34 +03:00
Yuli
3a3bb05733
Add Databunker (#135)
* Add Databunker

* Order list
2021-02-12 13:14:19 +03:00
Isaak Uchakaev
c4607025f4
Add mundane to Rust section 2020-12-17 17:12:33 +03:00
Isaak Uchakaev
401caadc54
Add secrets.clj (#125) 2020-10-08 11:58:06 +03:00
Julian Ste
5431e2d720
updated broken links (#124)
tforge points to an empty repository
https://lists.randombit.net/mailman/listinfo/cryptography is not working at the moment, but is indexed in google, so I think it just does not work at the moment
2020-10-01 16:26:52 +03:00
Vishwas Anand Bhushan
b6aa6485e3
Added a link for simple crpto tool (#121) 2020-07-28 08:33:40 +03:00
Vladimir
7a68ac68b0
Update README.md (#114)
* Update README.md

- django encrypt data package
- article about password security

* fix linting errors

* added bettercrypto.org
2020-06-22 11:25:09 +03:00
aeruower
30f07f81a9
Fix broken jump to C++ header (#113) 2020-06-17 10:28:51 +03:00
Timofey Bakunin
173e50b9c1
Added cryptohack (#107) 2020-04-10 15:11:28 +03:00
Loup Vaillant
7f68fcc03e
Changed Monocypher home page (#100) 2020-02-16 13:48:06 +03:00
Paul Miller
1f5623079a
Add Noble libraries. (#99)
* Add Noble libraries.

* Update README.md

* Update README.md
2020-02-12 14:44:37 +03:00
Mads Jensen
f6975a21b1
Added Simon Singh's The Code Book (#98) 2020-02-03 16:07:06 +03:00
Nischay Hegde
3b18ba38f5 Added factordb.com to Web-Tools (#95)
* Added factordb.com to Web-Tools

* Alphabetically ordered the changes.

So sorry about that!
2019-10-15 15:11:43 +03:00
CryptoLime
a640cc344a Add milagro-crypto-js library for javascript (#92)
* Add milagro-crypto-c

* Add milagro-crypto-js
2019-07-26 01:25:36 +03:00
von-latinski
71b4051722 Added Real World Cryptography to Books (#88)
* Added Real World Cryptography to Books

* Fixed the build for Real World Cryptography
2019-07-16 20:19:17 +03:00
CryptoLime
f4fd6d0f4d Add milagro-crypto-c (#87) 2019-07-03 12:04:19 +03:00
Johan Åhlén
81a31eee20 Added Boxentriq code-breaking tools. (#79) 2019-06-10 16:11:13 +03:00
Aditi Srinivas
dbcfbe7533 Added Crypto-Vinaigrette under Python (#78) 2019-01-29 09:49:42 +03:00
VESvault
9f1865f9b0 libVES.c (#77)
* libVES.c

* libVES.js

* ves utility

* VES utility link updated
2019-01-25 21:42:58 +03:00
Liesware
a2e6ad68da Update README.md (#76)
Coherence is a cryptographic server for modern web apps (a kind of alternative to HSM). It provides a TCP server with an json interface to perform cryptographic operations. 

Additional info:
*Offload, you have an specialized software dedicated entirely for cryptographic operations. Cryptographic operations like encrypting and decrypting is a very CPU-intensive task for webapps, so offload alleviates CPU-intensive encryption and decryption tasks from your webapp, boosting application performance.
*Interoperability, it doesn’t depend on a language programming, it depends on standards tcp and json, so you can integrate with homogeneous and heterogeneous systems.
* Flexibility, So it gives you all that you need to create your own cryptographic protocol.
*Open source, you can inspect, modify, and enhance.
* Free of charges, you don’t have to pay.
2019-01-03 20:37:24 +03:00
Alexander Balyshyn
4e93b943eb add new java libs to the list (#75) 2018-12-20 19:42:46 +03:00
burrrata
5a158d745c Update README.md (#73) 2018-11-30 09:57:57 +03:00
Madison Kerndt
d843a01351 Update library descriptions (#72) 2018-11-30 01:32:09 +03:00
Madison Kerndt
7afc4e8575 Added libraries, SDK docs, gitHub resources, and concepts covering Tr… (#71)
* Added libraries, SDK docs, gitHub resources, and concepts covering Transform Encryption

* Put new items into alphabetical order

* Reorder

* Remove "remark-lint-are-links-valid-alive" dep
2018-11-29 10:10:58 +03:00
Svetlin Nakov
2d8873fb19 Added book: Practical Cryptography for Developers (#70)
* Added book: Practical Cryptography for Developers

Added the free ebook "Practical Cryptography for Developers": https://cryptobook.nakov.com

* Ordered the books alphabetically
2018-11-27 11:46:31 +03:00
Pascal
afd49a6fe8 Add sops (#69) 2018-10-23 19:53:01 +03:00
Will Sargent
00f9a1e29c Add securitybuilder (#66)
Add securitybuilder
2018-10-23 10:02:06 +03:00
Jonathan Schneider
8745109981 Add awesome-he list (#65) 2018-08-08 22:55:07 +03:00
vixentael
2bd7a2b640 add link to Awesome crypto papers (#63)
* add link to Awesome crypto papers

* swap order

* move to "other lists"
2018-07-30 11:33:39 +03:00
brycx
b95c117684 Add Serious Cryptography (#60) 2018-07-27 00:11:16 +03:00
Tony Santos
a7f2eea1f8 Added Microsoft .NET Framework Cryptography Model to C# section (#59) 2018-06-30 11:13:44 +03:00
drgonzo31
9a806d5640 Update README.md (#58)
* Update README.md

Added Bruce Schneier paper on cryptoanalysis.

* Update README.md

Fixed the link for IronSSH.

* Update README.md

Corrected for the alphabetical arrangement.
2018-06-21 12:55:28 +03:00
Max Amelchenko
9d4c11d408 Adding GDH project to Java list (#55)
* Adding GDH project to Java list

* Add GDH project to Java list
2018-02-18 14:32:19 +03:00
Líkið Geimfari
afcf4a4fd4
Added tsec to Scala's section 2018-02-12 15:07:13 +03:00
README Bot
381354bf8e Add CodeTriage badge to sobolevn/awesome-cryptography (#53)
Adds a badge showing the number of people helping this repo on CodeTriage.

[![Open Source Helpers](https://www.codetriage.com/sobolevn/awesome-cryptography/badges/users.svg)](https://www.codetriage.com/sobolevn/awesome-cryptography)

CodeTriage is an Open Source app that is designed to make contributing to Open Source projects easier. It works by sending subscribers a few open issues in their inbox. If subscribers get busy, there is an algorithm that backs off issue load so they do not get overwhelmed

[Read more about the CodeTriage project](https://www.codetriage.com/what).

Your project was picked by the human, @schneems. They selected it from the projects submitted to https://www.codetriage.com and hand edited the PR. How did your project get added to [CodeTriage](https://www.codetriage.com/what)? Roughly 5 months ago, [@sobolevn](https://github.com/sobolevn) added this project to CodeTriage in order to start contributing.

Adding a badge invites people to help contribute to your project. It also lets developers know that others are invested in the longterm success and maintainability of the project.

You can see an example of a CodeTriage badge on these popular OSS READMEs:

- [![](https://www.codetriage.com/rails/rails/badges/users.svg)](https://www.codetriage.com/rails/rails) https://github.com/rails/rails
- [![](https://www.codetriage.com/crystal-lang/crystal/badges/users.svg)](https://www.codetriage.com/crystal-lang/crystal) https://github.com/crystal-lang/crystal

While I am a bot, this PR was manually reviewed and monitored by a human - @schneems. My job is writing commit messages and handling PR logistics.

If you have any questions, you can reply back to this PR and they will be answered by @schneems. If you do not want a badge right now, no worries, close the PR, you will not hear from me again.

Thanks for making your project Open Source! Any feedback is greatly appreciated.
2018-02-06 20:54:41 +03:00
ricorselt
26f220f4ab Added Proteus library (#51) 2017-11-15 15:52:30 +03:00
IRSHAD PC
a7c6320a32 Update README.md (#48)
Added ObjectivePGP to objective C section
2017-11-07 09:59:57 +03:00