Location: Symbol Reference > Functions > JwDecryptString Function
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
JwDecryptString Function
Pascal
function JwDecryptString(const S: TJwString; const Prompt: Boolean = false; const Entropy: PDataBlob = nil): TJwString;
Parameters 
Description 
const S: TJwString 
defines a string that must be decrypted.  
const Prompt: Boolean = false 
defines a whether a encryption prompt is displayed to confirm the decryption by the user.  
const Entropy: PDataBlob = nil 
Defines additional data to be used to encrypt the data. The same Entropy must be specified to the decryption method DecryptPointerWithPrompt. Can be nil to use no entropy.  

Returns the decrypted string.

JwDecryptString decrypts a string and checks for manipulation.

Exceptions 
Description 
EjwsclCryptApiException 
if an underlying API function failed. 
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!