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