PasswordConverter
Standard char[] to byte[] converters for password based derivation algorithms.
Do a straight char[] to 8 bit conversion.
Do char[] to BMP conversion (i.e. 2 bytes per character).
Do a char[] conversion by producing UTF-8 data.