flutterchina / cookie_jar

A cookie manager for http requests in Dart, by which you can deal with the complex cookie policy and persist cookies easily.
MIT License
398 stars 76 forks source link

Is it possible to encrypt cookies in case of PersistCookieJar? #60

Open wsdqr001 opened 1 week ago

wsdqr001 commented 1 week ago

According to my test, 4.0.8 PersistCookieJar still does not support the encryption function, cookies file in app_flutter is unencrypted tex.So how can i encrypt cookies?

wsdqr001 commented 1 week ago

@AlexV525 thx