cxflag203 / delphi-orm

Automatically exported from code.google.com/p/delphi-orm
0 stars 0 forks source link

Provide encryption for database username and password #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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