Delphi Pages Forums  

Go Back   Delphi Pages Forums > Delphi Forum > General

Lost Password?

Reply
 
Thread Tools Display Modes
  #1  
Old 07-18-2012, 07:18 PM
gienq gienq is offline
Junior Member
 
Join Date: Jan 2012
Posts: 5
Default Password protected typed file??

Hey,
I'm developing an application (let's say phone book), that stores records in typed file.

I would like to encrypt the database file and/or make it password protected. How can I do that? I'm using Lazarus.

Another way: Does anybody know database system that keeps records in one file without additional software (client/server applications).
Thank you!
Reply With Quote
  #2  
Old 07-19-2012, 06:39 AM
Donovan Donovan is offline
Senior Member
 
Join Date: Jan 2011
Posts: 150
Send a message via Skype™ to Donovan
Default

Firebird or SQLite would be good for this type of project
Reply With Quote
  #3  
Old 08-16-2012, 06:49 PM
emailx45 emailx45 is offline
Junior Member
 
Join Date: May 2012
Posts: 18
Thumbs up

Certaly, not is good idea encrypted the file of the database (DB), but, your data just.

Delphi XE? have some functions for encrypt Strings, for example, or, you can to use components for this function.

So, you encrypt the data before post, and decrypt before show it.

Firebird is very good for use, and your password use 8 characters for access (users), but, not have encrypt internal for datas. But, in Server PC running Server Firebird, anyone admin Firebird user can open and changed and drop any database or data.

FIBPLUS components, have FILTERS for fields BLOB (for encrypt and decrypt data automatic and very fast) - look www.devrace.com

Note: when in network with very users, your app can stay very slow.... when using external functions for encrypt or decrypt data.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT. The time now is 04:12 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.