tarequl.hassan Posted November 21, 2014 Posted November 21, 2014 Dear AllDoes anyone have keygen source code which uses twofish? If so please share with me.
Dreamer Posted November 21, 2014 Posted November 21, 2014 https://hackage.haskell.org/package/Twofish-0.2/docs/Codec-Encryption-Twofish.html
ToMKoL Posted November 21, 2014 Posted November 21, 2014 https://tuts4you.com/download.php?view.1556 Check this. It's drizz Crypto Hash lib. There are plenty of crypto implemented in asm. 1
ragdog Posted November 21, 2014 Posted November 21, 2014 (edited) HiYes Drizz libs works good. Edited November 21, 2014 by ragdog 1
tarequl.hassan Posted November 22, 2014 Author Posted November 22, 2014 Thank you all. But how to use that I mean twofish.Asm? I have a. key "YKC0YX9XTHTLAA7V" how should I use. Thanks for help
ragdog Posted November 22, 2014 Posted November 22, 2014 (edited) 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, 2014 by ragdog
tarequl.hassan Posted November 22, 2014 Author Posted November 22, 2014 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now