mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2026-03-11 07:14:23 +00:00
Compare commits
3 commits
62577d9a4b
...
7e24366bb7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e24366bb7 | ||
|
|
4933f200ac | ||
|
|
c5ee9428e6 |
1 changed files with 2 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ A curated list of cryptography resources and links.
|
|||
- [Crypto Strikes Back!](https://www.youtube.com/watch?v=ySQl0NhW1J0) - This talk will cover crypto vulnerabilities in widely-deployed systems and how the smallest oversight resulted in catastrophe.
|
||||
- [Cryptography](https://www.coursera.org/learn/cryptography) - A practical oriented course in Cryptography by University of Maryland College Park.
|
||||
- [Cryptography - Stanford University](http://online.stanford.edu/course/cryptography) - This course explains the inner workings of cryptographic primitives and how to correctly use them. Students will learn how to reason about the security of cryptographic constructions and how to apply this knowledge to real-world applications.
|
||||
- [Cryptography 101: Building Blocks](https://cryptography101.ca/crypto101-building-blocks/) - This introductory course (Fall 2024) by Alfred Menezes covers the fundamental cryptographic primitives: symmetric-key encryption, hash functions, MACs, authenticated encryption, public-key encryption, signatures, key agreement, RSA, elliptic curve cryptography.
|
||||
- [Cryptography I](https://www.coursera.org/learn/crypto) - The course begins with a detailed discussion of how two parties who have a shared secret key can communicate securely when a powerful adversary eavesdrops and tampers with traffic. We will examine many deployed protocols and analyze mistakes in existing systems.
|
||||
- [Cybrary Cryptography](https://www.cybrary.it/course/cryptography/) - This online course we will cover how cryptography is the cornerstone of security, and how through its use of different encryption methods, such as ciphers, and public or private keys, you can protect private or sensitive information from unauthorized access.
|
||||
- [Harvard's Cryptography Lecture notes](https://intensecrypto.org/) - An introductory but fast-paced undergraduate/beginning graduate course on cryptography, Used for Harvard CS 127.
|
||||
|
|
@ -455,6 +456,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as
|
|||
- [CyberChef](https://gchq.github.io/CyberChef/) - a web app for encryption, encoding, compression, and data analysis.
|
||||
- [factordb.com](http://factordb.com/) - Factordb.com is tool used to store known factorizations of any number.
|
||||
- [keybase.io](https://keybase.io/) - Keybase maps your identity to your public keys, and vice versa.
|
||||
- [Enkra Send](https://send.enkra.io/) - Easily send documents, photos, sensitive text between your phone and computer using End-to-end encryption.
|
||||
|
||||
### Web-sites
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue