mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 13:58:51 +00:00
Instead of converting binary data to base64 in order to get printable data, use a white list of characters allowed and select from those. This also makes sure we will get the right amount of characters as requested, not potentially longer strings.