Jump to content

How strong is my encryption?


benphp

Recommended Posts

Probably not long.

 

The fact that you have not provided any code makes me think that the strength of the encryption is dependent upon the method of encryption being unknown to the attacker. That is not how a good encryption process should work - obfuscation is not security.

 

There are plenty of current encryption methods that are currently, for all intents and purposes, uncrackable.

Never invent your own encryption methodology.

 

You can disregard that message, sure, but it's not me saying it - it's the professionals. Why? Because security is not a topic where things are obvious (by definition) so a flaw that you or I cannot see may be easily visible when it's analyzed by those who understand it. If you want to ensure security - use known encryption algorithms such as AES. RSA, etc.

 

Experimenting is fine, and definitely worth doing. But never deploy your own solution in practice.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.