Re: encrypting file


Posted by Martin Jackson on November 02, 2000 at 11:23:36:

In Reply to: encrypting file posted by Denis on November 02, 2000 at 04:44:36:

There are plenty of freeware encryption / decryption components about. Your best bet would be to download and use one of those instead of writing your own. Many of them work with the provision of a 'key' which is used when encrypting / decrypting.

: Let's say my programm reads an text file and iserts his string in stringrid. But coz' this a text file averyone can modify it. So can i somehow encrypt it,
: then when my programm reads this text it decrypts it
: (not decrypt the text file on HDD, else somehow in memory or something)
: How can I do this?

: A lot of thx fo support.




Related Articles and Replies: