bitwarden-mobile/src/iOS.Core/Services
Kyle Spearrin b8d53b0f81
Argon2id KDF (#2309)
* add gcc_flags for libargon2.a

* fix up ios proj

* remove unused tag

* add gcc_flags to ios projects

* ios libargon2 binary

* fix paths in ios project

* update pathing on other projs

* Argon2id primitive

* fix typing issues

* comment

* remove ds store

* [PS-2249] Implement Argon2 (#2293)

* Implement Argon2

* Fix incorrect argon2 type on iOS

* Switch argon2 implementation to native bindings

* Change argon2 to save iterations instead of memory as 'kdfIterations'

* Remove mistakenly added import

* Remove unused library

* cleanup

* move android libs

* move android libs

* Revert "move android libs"

This reverts commit 0b91b22cd2.

* Revert "move android libs"

This reverts commit 139839c469.

* PR feedback

Co-authored-by: Bernd Schoolmann <mail@quexten.com>
2023-01-25 07:58:36 -05:00
..
AutofillHandler.cs [EC-519] Refactor Split DeviceActionService (#2081) 2022-10-11 18:19:32 -03:00
BiometricService.cs Fix for missing biometric integrity check in iOS extensions under certain conditions (#1162) 2020-12-01 15:30:23 -05:00
ClipboardService.cs Clipboard handling adjustments for Android 13 (#1947) 2022-06-10 12:02:17 -04:00
CryptoPrimitiveService.cs Argon2id KDF (#2309) 2023-01-25 07:58:36 -05:00
DeviceActionService.cs [SG 547] Mobile username generator iOS.Extension UI changes (#2140) 2022-10-25 21:05:15 +01:00
FileService.cs [EC-519] Refactor Split DeviceActionService (#2081) 2022-10-11 18:19:32 -03:00
KeyChainStorageService.cs Changed all C# control flow block statements to include space between keyword and open paren (#800) 2020-03-28 09:16:28 -04:00
LocalizeService.cs EC-868 clear console logging (#2265) 2022-12-29 15:00:13 -03:00
WatchDeviceService.cs [EC-835] Add kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly on Watch Keychain (#2250) 2022-12-22 17:59:12 +00:00