Search found 1 match

by avelasco
Wed Feb 18, 2009 7:37 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Encrypt a text
Replies: 1
Views: 1860

Encrypt a text

To protect a stack, I used the following procedure: 1. In the first card I include a botton with the following script: on mouseUp ask "ESCREVA A PASSWORD" global clave put it into clave if clave is "tvzdt" then go to next card end mouseUp I want to encrypt the text that appears in the dialog box. Ho...