HyperSine / how-does-navicat-encrypt-password

Transferred from https://github.com/DoubleLabyrinth/how-does-navicat-encrypt-password

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java or C# how to use blowfish like navicat does

cmzdandan opened this issue · comments

the example of python and cpp is very nice!
Can you give the Java or C# version code ?
Thanks!

hi, there is a dotnet folder with vb.net code. you can convert that online to C# (search telerik)

I've added csharp implement for NavicatCrypto. You can see it in csharp folder.

java implementation has been updated. You can see it in java/NavicatCrypto folder

Thank you very very much!
You helped me a lot.