SamarpanCoder2002 / Generation

⭐ A Private, Secure, End-to-End Encrypted Messaging app made in Flutter(With Firebase and SQLite) that helps you to connect with your connections without any Ads, promotion. No other third-party person, organization, or even Generation Team can't read your messages. 💝
https://youtu.be/4MvZaJJ-qeE
GNU General Public License v2.0
42 stars 12 forks source link

Getting an Error in lib/BackendAndDatabaseManager/global_controller/encrytion_maker.dart #11

Closed AnoopMasterCoder closed 2 years ago

AnoopMasterCoder commented 2 years ago

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: FormatException: Invalid length, must be multiple of four (at character 11) E/flutter (10145): SECRET_KEY

github-actions[bot] commented 2 years ago

It's great having you contribute to this project

Thank you for raising an Issue, Welcome to Generation

We will review everything and get back to you, Please checkout our CODE OF CONDUCT, Thanks :smiley:

SamarpanCoder2002 commented 2 years ago

Replace SECRET_KEY with a newly generated secret key using encrypt package.. Never disclose that SECRET_KEY in open-source.

SamarpanCoder2002 commented 2 years ago

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: FormatException: Invalid length, must be multiple of four (at character 11) E/flutter (10145): SECRET_KEY

look at encrypt package

AnoopMasterCoder commented 2 years ago

Thank you it solved the Problem