What algorithm should I use for encrypting and embedding a password for an application?

Posted by vfclists on Stack Overflow See other posts from Stack Overflow or by vfclists
Published on 2010-06-14T12:39:34Z Indexed on 2010/06/14 12:42 UTC
Read the original article Hit count: 231

What algorithm should I use for encrypting and embedding a password for an application?

It obviously is not bullet proof, but it should be good enough to thwart someone scanning the database with a hex editor, or make it hard for someone who has the skills to use a debugger to trace the code to work out, either by scanning for the encrypted password, or using a debugger to run through the decryption code.

Object Pascal would be nice.

/vfclists

© Stack Overflow or respective owner

Related posts about encryption

Related posts about embedded