DecryptText

概要: baDecryptTextはbaEncryptTextで暗号化された文字列を復号化します。

シンタックス: Result = baDecryptText( String , Key )

パラメータ:

#string, #string
String 復号化するテキスト。
Key 暗号化キーとして使用した文字列。

戻り値:

#string
復号化された文字列を返します。

例: text = baDecryptText( "MyEncryptedPassword" , "This is my key" )

関連項目: baEncryptText