-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
This is less of an issue with the KeyDrop (#27)
but if KeyDrop isn't use it would be nice to create this code in a different language and use the same keys.
Right now it is using php serialize which can probably be replaced with json_encode / json_decode
Line 128 in db3dbc1
| $plaintext = "p" . serialize($value); |
Line 157 in db3dbc1
| $this->value = unserialize(substr($value, 1)); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels