Jump to content
Tuts 4 You

twofish Asm source code.


tarequl.hassan

Recommended Posts

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
Link to comment
tarequl.hassan

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.

Link to comment

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...