Posted November 21, 201410 yr Dear AllDoes anyone have keygen source code which uses twofish? If so please share with me.
November 21, 201410 yr https://hackage.haskell.org/package/Twofish-0.2/docs/Codec-Encryption-Twofish.html
November 21, 201410 yr https://tuts4you.com/download.php?view.1556 Check this. It's drizz Crypto Hash lib. There are plenty of crypto implemented in asm.
November 22, 201410 yr Author Thank you all. But how to use that I mean twofish.Asm? I have a. key "YKC0YX9XTHTLAA7V" how should I use. Thanks for help
November 22, 201410 yr This target is allready reversed I have never worked with Twofish but I have compared the results with http://twofish.online-domain-tools.com/ and it is equal to my example invoke lstrcpy,addr buff,chr$ ("Masm32") invoke TwofishInit,chr$ ("YKC0YX9XTHTLAA7V"),16 invoke TwofishEncrypt,addr buff, addr buffBut u must find out by your Target use it En\De -crypt??And use it plain text or hex. Regards, Edited November 22, 201410 yr by ragdog
November 22, 201410 yr Author thank you ragdog. I was trying to make a keygen which take the name, key = "YKC0YX9XTHTLAA7V" and twofish it and the final result in hex.take the name, twofish using key = "YKC0YX9XTHTLAA7V" and print as hex value.
Create an account or sign in to comment