My company is using software that stores an encrypted database password in a publicly accessible file. The encrypted version looks like this:
Cp#######d#######u#######w#######b#######6#######g######V#######
Has anyone ever seen this type of encryption? I know it is encrypted and not hashed because the app can spit it back out into plain text.
Any ideas?
This is mainly a security concern because our users have access to the encrypted text and I am afraid they could find the algorithm and have higher privileges within the software.
Thank you.