Page 1 of 1

JPG / BMP file encryption

PostPosted: Sun Jun 18, 2006 3:37 pm
by George
We can encrypt DBF; but would be possible to encrypt graphics file like JPG or BMP?

Regards

George

PostPosted: Mon Jun 19, 2006 7:31 am
by Antonio Linares
George,

MemoWrit( "encrypted.jpg", Encrypt( MemoRead( "original.jpg" ) [,<cPassword>] ) )

MemoWrit( "original.jpg", Decrypt( MemoRead( "encrypted.jpg" ) [,<cPassword>] ) )

PostPosted: Mon Jun 19, 2006 1:50 pm
by George
Antonio,

Thanks. I will try it


George