| DecryptText
|
|
| 概要: | baDecryptTextはbaEncryptTextで暗号化された文字列を復号化します。 |
| シンタックス: | Result = baDecryptText( String , Key
) |
| パラメータ: |
#string, #string |
| 戻り値: |
#string |
| 例: | text = baDecryptText( "MyEncryptedPassword"
, "This is my key" ) |
| 関連項目: | baEncryptText |