public Crypto(string key) { crypto = new DESProvider(key); }
public Crypto() { crypto = new DESProvider(Config.Guid); }