PDA

View Full Version : Encryption Class



SiniSoul
March 10th, 2011, 00:27
*****

Mystic Flow
March 12th, 2011, 02:59
Why would we use your encryption when there's WAY better encryption out there, anyways good job.

Fire Rag3
March 12th, 2011, 03:41
Just no. LOL.

Faab234
March 12th, 2011, 08:46
Why don't you return the encrypted ints in the encrypt method?

Trey
March 12th, 2011, 16:53
I don't like how you store a bunch of shit that you don't need in the class. You're better off making it a utility class and just passing a method the data to encrypt as well as the keys, and then have it return the encrypted data, rather than calling like 4 methods to get the same effect.

SiniSoul
March 12th, 2011, 20:02
I don't like how you store a bunch of shit that you don't need in the class. You're better off making it a utility class and just passing a method the data to encrypt as well as the keys, and then have it return the encrypted data, rather than calling like 4 methods to get the same effect.

I have some work to do with it, but it works and is more secure than XTEA :P

Mystic Flow
March 13th, 2011, 19:13
I have some work to do with it, but it works and is more secure than XTEA :P

How is it more secure then XTEA

SiniSoul
March 15th, 2011, 15:30
How is it more secure then XTEA

V Mine V Theirs
256 bit encryption/128 bit encryption

SiniSoul
March 29th, 2011, 03:04
XTEA: developed and devised by professional mathematicians and cryptographers as well as tested by both cryptanalysts and a portion of the hacking community, and probably has vouches from many big corporations as well as the backing of security experts all over the globe.

SiniSoul's encryption: devised by an adolescent in his free time.

take your pick.

As of March 31 I will be 21.
And @Steve I just forgot to post back.