maythamfahmi / CryptoNet

CryptoNet is simple, fast and a lightweight asymmetric and symmetric encryption library.
https://github.com/maythamfahmi/CryptoNet
MIT License
101 stars 19 forks source link

[feature request]: Implement DES algorithm #94

Closed maythamfahmi closed 1 month ago

maythamfahmi commented 1 month ago

Inspiration https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.des.create?view=net-6.0

jwdonahue commented 1 month ago

Do you really want to promote use of an algorithm that is known to be insecure?

https://search.brave.com/search?q=Is+DES+considered+secure%3F&summary=1&summary_og=9b36ac7a622cacab00d548

maythamfahmi commented 1 month ago

@jwdonahue it sound like a valid point, it was asked few years back. But think based on this knowledge, this should not be done. I will close this feature.