Future<String?> encrypt(String msg, String destPubKey, { String? id }) async { return Nip04.encrypt(privateKey!, destPubKey, msg); }