1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-19 17:53:47 +00:00

key derivation service that pinvokes into CommonCrypto for PBKDF2 key

This commit is contained in:
Kyle Spearrin
2016-08-01 00:06:12 -04:00
parent eab691664e
commit fc07844bb6
6 changed files with 6177 additions and 315 deletions

View File

@@ -140,6 +140,7 @@
<Compile Include="Services\ClipboardService.cs" />
<Compile Include="Main.cs" />
<Compile Include="AppDelegate.cs" />
<Compile Include="Services\KeyDerivationService.cs" />
<Compile Include="Services\ReflectionService.cs" />
<None Include="app.config" />
<None Include="Entitlements.plist" />