umair13adil / flutter_logs

An extensive logging framework developed for flutter apps.
https://itnext.io/sending-logs-from-flutter-apps-in-real-time-using-elk-stack-mqtt-c24fa0cb9802
Apache License 2.0
40 stars 32 forks source link

How to use flutter_logs with encryption enabled #53

Open federicoscata opened 1 year ago

federicoscata commented 1 year ago

Hello, I wonder how use correctly this log library enabling encryption. After saving encrypted logs, I export the zip file without decrypt and send it to my PC. How can I decrypt the logs inside the zipped file when it's on my PC. Obviously I have set the encryptionKey. How can I use it? Is this encryption supported by iOS?