static String encryptText(String value, String password) { return bytesToHex(encrypt(stringToBytesUtf8(value), password)); }