function AESDecoder(byref Text as string, byref Key as string) as String
Функция позволяет расшифровать строку, зашифрованную функцией AESEncoder по технологии AES.
Text - зашифрованная строка
Key - ключ(пароль) для расшифровки
Windows , Linux
#Include "window9.bi"
Dim As String st="Hello"
st=AESEncoder(st,"dvbjhrvh")
? st
st = AESDecoder(st,"dvbjhrvh")
? st
Sleep
7d? ╜[Пд┤╕~^V°
Hello
Created with the Personal Edition of HelpNDoc: iPhone web sites made easy