mirror of
https://github.com/moparisthebest/keepass2android
synced 2025-01-31 07:00:27 -05:00
Merge branch 'master' of https://git01.codeplex.com/keepass2android
This commit is contained in:
commit
3831dbb345
@ -139,7 +139,7 @@ namespace KeePassLib.Serialization
|
|||||||
return (IOConnectionInfo)this.MemberwiseClone();
|
return (IOConnectionInfo)this.MemberwiseClone();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Serialize the current connection info to a string. Credentials
|
/// Serialize the current connection info to a string. Credentials
|
||||||
/// are only serialized if the <c>SaveCredentials</c> property
|
/// are only serialized if the <c>SaveCredentials</c> property
|
||||||
@ -215,9 +215,9 @@ namespace KeePassLib.Serialization
|
|||||||
s.Password = TransformUnreadable(vParts[3], false);
|
s.Password = TransformUnreadable(vParts[3], false);
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Very simple string protection. Doesn't really encrypt the input
|
/// Very simple string protection. Doesn't really encrypt the input
|
||||||
/// string, only encodes it that it's not readable on the first glance.
|
/// string, only encodes it that it's not readable on the first glance.
|
||||||
@ -256,7 +256,7 @@ namespace KeePassLib.Serialization
|
|||||||
return StrUtil.Utf8.GetString(pbBase, 0, pbBase.Length);
|
return StrUtil.Utf8.GetString(pbBase, 0, pbBase.Length);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
public string GetDisplayName()
|
public string GetDisplayName()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user