danieleteti / delphi-orm

DORM, the "Delphi ORM"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide encryption for database username and password

GoogleCodeExporter opened this issue · comments

The username ans password are now stored in plain text in the conf file. This 
is not always wanted. 

Some sort of encryption should be provided with either a 2-way encoding (less 
secure) or work with private and public keys (more secure).


Original issue reported on code.google.com by braveco...@gmail.com on 2 Jan 2012 at 4:13

Encription is not a responsibility of an ORM. DORM can read configuration from 
any "streamable" source. You can provide cripted file, the decrypt it and pass 
as DORM configuration. You can also use windows resources.

Original comment by daniele....@gmail.com on 5 Feb 2013 at 2:59

  • Changed state: Invalid