示例#1
0
 public Crypto(string key)
 {
     crypto = new DESProvider(key);
 }
示例#2
0
 public Crypto()
 {
     crypto = new DESProvider(Config.Guid);
 }