Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Clipper Visual-Objects > Crypt a MLE
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 5 Topic 11311 of 11795
Post > Topic >>

Crypt a MLE

by Henry <ZodcomAG@[EMAIL PROTECTED] > Apr 13, 2008 at 08:38 AM

I try to crypt() few sentences from an mle
   SetAnsi(False)
   C1 := self:oDCmle:TextValue
   C2 := Crypt(c1, cPass)
which I store in a memo file of a dbServer
   Self:oDbSerber:FieldPut(#mMemo, c2)

I try later to read this memo file, and read it into the mle
   C1 := Self:oDbServer:Fieldget(#mMemo)
   C2 := Crypt(c1, cPass)
   Self:oDCmle:TextValue := c2

Unfortunately, many letters are readable. Any idea why?

Many thanks
Henry
 




 5 Posts in Topic:
Crypt a MLE
Henry <ZodcomAG@[EMAIL  2008-04-13 08:38:16 
Re: Crypt a MLE
"Phil Mermod" &  2008-04-14 08:07:51 
Re: Crypt a MLE
Tony Foreman <tony.for  2008-04-15 18:19:51 
Re: Crypt a MLE
DPLuigi <dpluigi@[EMAI  2008-04-16 00:31:19 
Re: Crypt a MLE
Henry <ZodcomAG@[EMAIL  2008-04-19 03:26:07 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 3:22:14 CST 2008.