Added an EncryptionHelper, can be used to store passwords.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1771 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-04-11 10:44:10 +00:00
commit 84947c8b6e
2 changed files with 57 additions and 0 deletions

View file

@ -197,6 +197,7 @@
<Compile Include="Core\CacheHelper.cs" />
<Compile Include="Core\CoreConfiguration.cs" />
<Compile Include="Core\CredentialsHelper.cs" />
<Compile Include="Core\EncryptionHelper.cs" />
<Compile Include="Core\InterfaceUtils.cs" />
<Compile Include="Core\DisplayKeyAttribute.cs" />
<Compile Include="Core\EmailConfigHelper.cs" />