Slight change since we are also making passwords. Do not use letters which are commonly misunderstood when written / printed. Only use easily defined characters.
This commit is contained in:
parent
261d398e53
commit
29adb227c9
@ -20,7 +20,7 @@ namespace EduNetworkBuilder
|
||||
/// <summary>
|
||||
/// The characters we use for passwords and salts.
|
||||
/// </summary>
|
||||
protected const string PWChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_.!#$^*";
|
||||
protected const string PWChars = "abcdefghijkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ234567890_.!#$^*";
|
||||
|
||||
public TrippleDESDocumentEncryption(XmlDocument Doc, TripleDES Key)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user