0 bookmark(s) - Sort by: Date ↓ / Title /
import EasyCrypt keystring = "SixteenByteKey!!" inpstring = "Some super secret string, that I don't want you to see."
ivstring = "aba0a3bde34a03487eda3ec96d5736a8"
crypted = EasyCrypt.encrypt_string(keystring, inpstring, ivstring) print(crypted)
decrypted = EasyCrypt.decrypt_string(keystring, crypted, ivstring) print(decrypted)
Built-in modules available: analogio, board, busio, digitalio, math, microcontroller, neopixel_write, nvm, os, pulseio, pwmio, random, rotaryio, rtc, storage, struct, supervisor, time, touchio, usb_hid, usb_midi
First / Previous / Next / Last
/ Page 1 of 0