mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
c3a4f4aeb4
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.