Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tools or sample source to encrypt/decrypt the content text file.

Status
Not open for further replies.

cesan01

MIS
Jun 21, 2009
9
I want to encrypt / decrypt the content of text file.
it's may be more than 10000 lines in text file.

what's the tools / example source / link example to do this.

thanks
 
you could just use simple substitution (if it is just anti-idiot), using the Chr and Ord functions Delphi provides. Or if you need something more solid then I suggest you look here:


[bobafett] BobbaFet [bobafett]
Code:
if not Programming = 'Severe Migraine' then
                       ShowMessage('Eureka!');
 
thanks for reply.

your reply using component.

I am prefer use command line in delphi to encrypt/decrypt to content of text file. (without installing component)

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top