4D LanguageCommands by themeData SecurityVersion: NextData SecurityData file encryption status ( structurePath , dataPath ) : ObjectDecrypt data BLOB ( blobToDecrypt : Blob ; keyObject : Object, Text ; salt : Integer ; decryptedBLOB : Blob ) : BooleanDecrypt data BLOB ( blobToDecrypt : Blob ; passPhrase : Object, Text ; salt : Integer ; decryptedBLOB : Blob ) : BooleanDiscover data key : BooleanEncrypt data BLOB ( blobToEncrypt : Blob ; keyObject : Object, Text ; salt : Integer ; encryptedBLOB : Blob ) : BooleanEncrypt data BLOB ( blobToEncrypt : Blob ; passPhrase : Object, Text ; salt : Integer ; encryptedBLOB : Blob ) : BooleanEncrypt data file ( structurePath : Text ; dataPath : Text {; newPassPhrase : Text, Object {; archiveFolder : Text {; curPassPhrase : Text, Object {; methodName : Text}}}} ) : TextEncrypt data file ( structurePath : Text ; dataPath : Text {; newDataKey : Text, Object {; archiveFolder : Text {; curDataKey : Text, Object {; methodName : Text}}}} ) : TextNew data key ( passPhrase : Text ) : ObjectRegister data key ( curPassPhrase : Text, Object ) : BooleanRegister data key ( curDataKey : Text, Object ) : Boolean