uliwitness / Stacksmith

An intuitive software erector kit targeted at people new to programming, but with enough potential to stay useful once they've learned, inspired by HyperCard.
http://stacksmith.org
129 stars 13 forks source link

Encryption support #43

Open uliwitness opened 9 years ago

uliwitness commented 9 years ago

Functions for encrypting a string in a secure way. I.e. give a string and a password, turn into gibberish/turn back. Maybe use LibreSSL for that?

uliwitness commented 7 years ago

These could just be simple numToChar()-style functions, or a postfix syntax like #42. Ideally these would be cross-platform, but that would preclude using Apple's CommonCrypto.