Hello Guys, i have a simple Feature request. I dont't have passwords on every entry. But if i have the passwords hidden, every entry gets asterisks "****" in the password field. I changed the MainForm_Functions.cs to: private string GetEntryFieldEx(PwEntry pe, int iColumnID, bool bFormatForDisplay, out bool bRequestAsync) { List<AceColumn> l = Program.Config.MainWindow.EntryListColumns; if((iColumnID < 0) || (iColumnID >= l.Count)) { Debug.Assert(false); bRequestAsync = false; return string.Empty;...