web-push-libs / pywebpush

Python Webpush Data encryption library
Mozilla Public License 2.0
305 stars 52 forks source link

__main__ still using "aesgcm" encoding #108

Closed jrconlin closed 5 years ago

jrconlin commented 5 years ago

Update main to use "aes128gcm" as the default encoding type.

jrconlin commented 5 years ago

https://github.com/web-push-libs/pywebpush/pull/109