AESEncoder

Cipher ››
Parent Previous Next

AESEncoder

Синтаксис

function AESEncoder(byref Text as string, byref Key as string) as String

Описание

Функция позволяет шифровать строку по технологии 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: Single source CHM, PDF, DOC and HTML Help creation