stazz / FluentCryptography

Cryptography-related libraries with fluent and efficient API.
Apache License 2.0
0 stars 0 forks source link

Change FluentCryptography.SASL.SCRAM NuGet package topics #1

Open stazz opened 2 years ago

stazz commented 2 years ago

The NuGet package topics of FluentCryptography.SASL.SCRAM need to be changed from

utility cryptography sasl scram sha-128 sha-256 sha-512 digest hash

to

utility cryptography sasl scram scram-sha-1 scram-sha-256 scram-sha-512 sha-1 sha-256 sha-512 digest hash

Unfortunately this means performing new NuGet version release. Which in turns means digging out ancient tools and scripts to do this.

Neustradamus commented 11 months ago

Hello @stazz,

Have you looked for this ticket?

Thanks in advance.