bitwarden-mobile/src/iOS.Autofill
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
..
Models fix dependency hell 2019-06-27 13:41:32 -04:00
Properties bitwarden inc 2020-02-18 22:39:35 -05:00
Resources [SG-166] Two Step Login - Feature Branch (#2157) 2022-10-28 23:10:41 +01:00
Utilities SG-210 Account Switching in Autofill (iOS) (#1909) 2022-06-08 14:24:01 -03:00
AppDelegate.cs autofill extension project 2019-06-26 20:39:45 -04:00
CredentialProviderViewController.cs EC-833 fix WatchDeviceService registration to be called from the extensions appropiately (#2233) 2022-12-13 11:27:15 -03:00
CredentialProviderViewController.designer.cs theme splash for extensions 2019-06-28 12:30:48 -04:00
Entitlements.plist autofill extension project 2019-06-26 20:39:45 -04:00
Info.plist Bumped version to 2023.1.1 (#2297) 2023-01-16 10:29:15 +01:00
LockPasswordViewController.cs SG-210 Account Switching in Autofill (iOS) (#1909) 2022-06-08 14:24:01 -03:00
LockPasswordViewController.designer.cs SG-210 Account Switching in Autofill (iOS) (#1909) 2022-06-08 14:24:01 -03:00
LoginAddViewController.cs fix for stuck extension sheets when dismissed by swipe (#1117) 2020-10-15 14:34:31 -04:00
LoginAddViewController.designer.cs ios autofill extension implemented 2019-06-28 08:21:44 -04:00
LoginListViewController.cs SG-210 Account Switching in Autofill (iOS) (#1909) 2022-06-08 14:24:01 -03:00
LoginListViewController.designer.cs SG-210 Account Switching in Autofill (iOS) (#1909) 2022-06-08 14:24:01 -03:00
LoginSearchViewController.cs PS-587 - Fix searchbar search textfield and icon colors for dark themes (#1941) 2022-06-07 15:43:25 +01:00
LoginSearchViewController.designer.cs ios autofill extension implemented 2019-06-28 08:21:44 -04:00
Main.cs autofill extension project 2019-06-26 20:39:45 -04:00
MainInterface.storyboard SG-210 Account Switching in Autofill (iOS) (#1909) 2022-06-08 14:24:01 -03:00
PasswordGeneratorViewController.cs fix for stuck extension sheets when dismissed by swipe (#1117) 2020-10-15 14:34:31 -04:00
PasswordGeneratorViewController.designer.cs ios autofill extension implemented 2019-06-28 08:21:44 -04:00
SetupViewController.cs fix for stuck extension sheets when dismissed by swipe (#1117) 2020-10-15 14:34:31 -04:00
SetupViewController.designer.cs ios autofill extension implemented 2019-06-28 08:21:44 -04:00
iOS.Autofill.csproj Argon2id KDF (#2309) 2023-01-25 07:58:36 -05:00