sshnet / SSH.NET

SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
http://sshnet.github.io/SSH.NET/
MIT License
3.88k stars 919 forks source link

Crypto implementation #1294

Closed AtLeastITry closed 5 months ago

AtLeastITry commented 5 months ago

I see that this package is dependent on https://github.com/sshnet/Cryptography/. Is that still actively in use within the codebase? If so is there any plans to migrate to the built in hash providers rather than the ones from that package? It seems like that package is no longer maintained with the last changes being 7-8 years old?

Rob-Hague commented 5 months ago

It is only used for HMACRIPEMD160, which is probably not used by anyone

AtLeastITry commented 5 months ago

It is only used for HMACRIPEMD160, which is probably not used by anyone

Ah ok I see, thanks for the swift response!

WojciechNagorski commented 4 months ago

This issue has been fixed in the 2024.0.0 version.