Samuel Lucas
Samuel Lucas
[Cryptography Guidelines](https://github.com/samuel-lucas6/Cryptography-Guidelines) is a document I'm working on that outlines recommendations for cryptographic algorithm choices and parameters as well as important implementation details. I'm currently in the process of mentioning...
1. https://paragonie.com/blog 2. https://neilmadden.blog/ 3. https://soatok.blog/b/ 4. https://cryptologie.net/ 5. https://littlemaninmyhead.wordpress.com/ 6. https://emilymstark.com/blog.html 7. https://www.imperialviolet.org/ 8. https://buttondown.email/cryptography-dispatches/archive Neil Madden, Soatok, and Paragonie are especially helpful.
### Kryptor [Kryptor](https://www.kryptor.co.uk/) is my free and open source, portable, and cross-platform command line file encryption program. It's well documented, secure by default, uses modern cryptographic algorithms, and aims to...
[Nsec](https://github.com/ektrah/nsec) is a cryptographic library for .NET based on libsodium. It's maintained, unlike libsodium-net, libsodium-core, and [pretty much every other .NET binding](https://github.com/ektrah/nsec/issues/58#issue-952287350). It also makes use of memory protection techniques,...
I'm currently watching [this](https://www.youtube.com/playlist?list=PLUoixF7agmIvqZtb8XxfOxTuYsuYOrgck) course by Cihangir Tezcan from Middle East Technical University in Turkey. I think it provides quite a good introduction and is far less mathematical than [Cryptography...
The current state of libsodium bindings for .NET is a mess. For example, here's the date of the last commit in each repo: - [libsodium-net](https://github.com/adamcaudill/libsodium-net): 17th of November 2017 -...
**Is your feature request related to a problem? Please describe.** [SIEC](https://github.com/tscholl2/siec) is currently the default curve, despite it being unknown and receiving insufficient cryptanalysis. It looks as if it was...
## Description GPG is extremely difficult to use and offers access to various dated cryptographic algorithms that shouldn't be touched anymore. Furthermore, as mentioned by @lynn-stephenson [here](https://github.com/privacytools/privacytools.io/issues/2127#issuecomment-729529104), the tool doesn't...
## Description Resolves #2379 #### Check List - [x] I understand that by not opening an issue about a software/service/similar addition/removal, this pull request will be closed without merging. -...
## Description Kryptor has now left beta as of [v3.0.3](https://github.com/samuel-lucas6/Kryptor/releases/tag/v3.0.3). Sorry for creating a pull request without a correction issue. I somehow forgot to do this this time around despite...