Jump to content
Tuts 4 You

twofish Asm source code.


tarequl.hassan

Recommended Posts

tarequl.hassan
Posted

Dear All

Does anyone have keygen source code which uses twofish? If so please share with me.

Posted (edited)

Hi

Yes Drizz libs works good.

Edited by ragdog
  • Like 1
tarequl.hassan
Posted

Thank you all. But how to use that I mean twofish.Asm? I have a. key "YKC0YX9XTHTLAA7V" how should I use. Thanks for help

Posted (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 buff

But u must find out by your Target use it En\De -crypt??


And use it plain text or hex.


 


Regards,

Edited by ragdog
tarequl.hassan
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...