Skip to content

Use a byte buffer for the password

Michael Aaron Murphy requested to merge skade:utf8-password-buffer into master

Created by: skade

This PR avoids creation of the String until the last moment, also ensuring that the input is valid UTF-8.

Merge request reports