|
Inicio → WINDEV 25 → XCODE 12 WORDS / 12 Palavras = String to BufferToPhrase = Exemplo de ENCODE e DECODE |
XCODE 12 WORDS / 12 Palavras = String to BufferToPhrase = Exemplo de ENCODE e DECODE |
Iniciado por Boller, 18,ene. 2022 21:38 - No hay respuesta |
| |
| | | |
|
| |
Miembro registrado 4.521 mensajes |
|
Publicado el 18,enero 2022 - 21:38 |
BOA TARDE,
Exemplo de ENCODE e DECODE
MyBuffer is Buffer = Encode("teste", encodeBASE64) Trace (BufferToPhrase(MyBuffer, languageEnglish)
E
//Decode //String to BufferToPhrase sPhraseEN is string = "gold deny ozone silk inspire ozone" MyBuffer is Buffer = (BufferToHexa(PhraseToBuffer(sPhraseEN))) sText is Buffer = HexaToBuffer(MyBuffer) Trace (Decode(sText, encodeBASE64))
//contains "teste"
BY JOSÉ WILLEM
-- Adriano José Boller ______________________________________________ Consultor e Representante Oficial da PcSoft no Brasil +55 (41) 99949 1800 adrianoboller@gmail.com skype: adrianoboller http://wxinformatica.com.br/ |
| |
| |
| | | |
|
| | | | |
| | |
|