Function Decode64(ByRef strb64 as const String) As String
Функция позволяет расшифровать строку, зашифрованную функцией Encode64 по технологии Base64.
strb64 - строка для расшифровки
Windows , Linux
#Include "window9.bi"
Dim As String st="Hello"
st=Encode64(st)
? st
st=Decode64(st)
? st
Sleep
SGVsbG8=
Hello
Created with the Personal Edition of HelpNDoc: Easily create iPhone documentation