static String makePass(String word) { final b = md5.convert(utf8.encode(word)).bytes; return bs58check.encode( Uint8List.fromList(b), ); }