static String decryptToText(String value, String password) { return bytesUtf8ToString(decrypt(hexToBytes(value), password)); }