4DランゲージCommands by themeデータセキュリティバージョン: 次へデータセキュリティData file encryption status ( structurePath , dataPath ) : ObjectDecrypt data BLOB ( blobToDecrypt : Blob ; keyObject : オブジェクト, テキスト ; salt : Integer ; decryptedBLOB : Blob ) : BooleanDecrypt data BLOB ( blobToDecrypt : Blob ; passPhrase : オブジェクト, テキスト ; salt : Integer ; decryptedBLOB : Blob ) : BooleanDiscover data key : BooleanEncrypt data BLOB ( blobToEncrypt : Blob ; keyObject : オブジェクト, テキスト ; salt : Integer ; encryptedBLOB : Blob ) : BooleanEncrypt data BLOB ( blobToEncrypt : Blob ; passPhrase : オブジェクト, テキスト ; salt : Integer ; encryptedBLOB : Blob ) : BooleanEncrypt data file ( structurePath : Text ; dataPath : Text {; newPassPhrase : テキスト, オブジェクト {; archiveFolder : Text {; curPassPhrase : テキスト, オブジェクト {; methodName : Text}}}} ) : TextEncrypt data file ( structurePath : Text ; dataPath : Text {; newDataKey : テキスト, オブジェクト {; archiveFolder : Text {; curDataKey : テキスト, オブジェクト {; methodName : Text}}}} ) : TextNew data key ( passPhrase : Text ) : ObjectRegister data key ( curPassPhrase : テキスト, オブジェクト ) : BooleanRegister data key ( curDataKey : テキスト, オブジェクト ) : Boolean