Added a section and a course (#8602)
* Added a section and a course Added a section for Cryptography and added a free course in it. * moved courses to relevant category Moved two cryptography courses from "security" to "cryptography".pull/9104/head
parent
ffe240851f
commit
950381a2a5
|
@ -20,6 +20,7 @@
|
|||
* [Compilers](#compilers)
|
||||
* [Computer Organization and Architecture](#computer-organization-and-architecture)
|
||||
* [Computer Science](#computer-science)
|
||||
* [Cryptography](#cryptography)
|
||||
* [CUDA](#cuda)
|
||||
* [Dart](#dart)
|
||||
* [Data Science](#data-science)
|
||||
|
@ -373,6 +374,13 @@
|
|||
* [MIT's Mathematics for Computer Science](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/video-lectures/)
|
||||
|
||||
|
||||
### Cryptography
|
||||
|
||||
* [Introduction to Cryptography](https://open.ruhr-uni-bochum.de/en/lernangebot/introduction-cryptography) (Christof Paar)
|
||||
* [Stanford Cryptography I](https://www.coursera.org/course/crypto) - Dan Boneh
|
||||
* [Stanford Cryptography II](https://www.coursera.org/course/crypto2) - Dan Boneh
|
||||
|
||||
|
||||
### Cuda
|
||||
|
||||
* [Intro to Parallel Programming Using CUDA to Harness the Power of GPUs](https://www.udacity.com/course/intro-to-parallel-programming--cs344) (Udacity)
|
||||
|
@ -1211,8 +1219,6 @@
|
|||
* [Ethical Hacking](https://www.hacker101.com/videos) - Hacker101
|
||||
* [Introduction to Information Security](https://www.udacity.com/course/intro-to-information-security--ud459) - Wenke Lee, Mustaque Ahamad, Catherine Gamboa (Udacity)
|
||||
* [Modern Binary Exploitation](https://github.com/RPISEC/MBE) - RPISEC
|
||||
* [Stanford Cryptography I](https://www.coursera.org/course/crypto) - Dan Boneh
|
||||
* [Stanford Cryptography II](https://www.coursera.org/course/crypto2) - Dan Boneh
|
||||
* [The Complete Cyber Security & Hacking Course](https://academy.ehacking.net/p/cyber-security-training-hacking-course) - INSEC-TECHS (EH Academy)
|
||||
* [Zero to Hero: A Practical Network Penetration Testing Course](https://www.youtube.com/playlist?list=PLLKT__MCUeiwBa7d7F_vN1GUwz_2TmVQj) - The Cyber Mentor
|
||||
|
||||
|
|
Loading…
Reference in New Issue