-
Updated
Oct 3, 2020 - C
encryption-algorithms
Here are 191 public repositories matching this topic...
-
Updated
Oct 29, 2020 - C++
-
Updated
Jul 18, 2020 - C++
-
Updated
Apr 26, 2019 - Shell
When creating a crypto key from a known value would use pbkdf2 @ 10000 or higher iterations for the encryption key from known key, MD5 is NOT sufficient.
When an IV or salt, it should be unique to each encode. Can be added to the encrypted output or stored separately... re-using the IV or an empty salt allows for a broader attack surface, especially if the encoded content is simlar, such a
-
Updated
Oct 29, 2020 - C
-
Updated
Sep 15, 2019 - Python
-
Updated
Dec 15, 2017 - Go
-
Updated
Sep 29, 2020 - C#
-
Updated
Aug 4, 2020 - C
-
Updated
Oct 2, 2018 - C++
-
Updated
Aug 27, 2020 - Clojure
-
Updated
Jan 12, 2018 - Java
This issue is for students who want to practice algorithms in Python.
Problem: Currently, the project lacks the option to decode a given string.
I also welcome code review from others since this was written entirely under an hour in my third semester.
Tasks:
- Add command-line interface to access decoding functions.
- Add decoding functions for every algorithm with nec
-
Updated
Oct 28, 2020 - C++
-
Updated
Oct 19, 2017 - MATLAB
-
Updated
Mar 30, 2017 - HTML
-
Updated
Sep 8, 2020 - Python
-
Updated
May 1, 2019 - JavaScript
-
Updated
Nov 25, 2019 - C++
-
Updated
Jul 7, 2017 - Python
-
Updated
Oct 28, 2018 - JavaScript
-
Updated
May 1, 2017 - C++
-
Updated
Oct 19, 2017 - Java
-
Updated
Dec 17, 2017 - PHP
-
Updated
Feb 27, 2020 - C
-
Updated
Nov 5, 2017 - HTML
-
Updated
May 6, 2020 - Jupyter Notebook
-
Updated
Jul 14, 2018 - Python
Improve this page
Add a description, image, and links to the encryption-algorithms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the encryption-algorithms topic, visit your repo's landing page and select "manage topics."
Everything is currently in pixcryption.core.lib but I feel some functions might be better in a helper namespace to help readability of the code. This is a good first issue if you'd like to refactor/clean up the code base!