bitwarden-mobile/src/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
..
Logging PS-518 - Add setting to block AppCenter / Analytics - Mobile (#1905) 2022-05-18 17:59:19 +01:00
ApiService.cs [SG-816] Get all login requests and pick the most recent (#2191) 2022-11-15 17:36:21 +00:00
AppIdService.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
AuditService.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
AuthService.cs Passwordless login 2FA not working (#2289) 2023-01-16 18:25:44 +00:00
AzureFileUploadService.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
BitwardenFileUploadService.cs Fix Content Type for file upload (#2031) 2022-08-26 14:58:54 +01:00
BroadcasterService.cs Improved BroadcastService and added try...catch on async void callbacks (#1917) 2022-07-05 18:14:10 -03:00
CipherService.cs EC-395 Apple Watch MVP (#2228) 2022-12-07 11:39:20 -05:00
CollectionService.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
ConsoleLogService.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
CryptoService.cs Argon2id KDF (#2309) 2023-01-25 07:58:36 -05:00
EnvironmentService.cs Support for lock/logout/remove accounts from account list (#1826) 2022-03-07 12:28:06 -05:00
EventService.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
ExportService.cs Add encKeyValidation string to encrypted exports (#1412) 2021-05-29 06:16:19 +10:00
FileUploadService.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
FolderService.cs [SG-79] Mobile Vault Filter (#1928) 2022-05-31 13:34:54 -04:00
InMemoryStorageService.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
KeyConnectorService.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
LiteDbStorageService.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
OrganizationService.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
PasswordGenerationService.cs [SG-460] Master Password security checks (mobile) (#2312) 2023-01-20 13:38:31 +00:00
PclCryptoFunctionService.cs Argon2id KDF (#2309) 2023-01-25 07:58:36 -05:00
PolicyService.cs Additional logic around filter display (#1951) 2022-06-14 14:02:03 -03:00
SearchService.cs [PS-1352] Fix ignore diacritics in search (#2044) 2023-01-05 16:34:06 +00:00
SendService.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
SettingsService.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
StateMigrationService.cs [EC-325] Settings option to allow screen capture on Android (#1914) 2022-07-15 16:13:10 +01:00
StateService.cs [SG-912] Modify the mobile app to retrieve the user's avatar color (#2284) 2023-01-12 13:27:10 -05:00
SyncService.cs [SG-912] Modify the mobile app to retrieve the user's avatar color (#2284) 2023-01-12 13:27:10 -05:00
TokenService.cs [SG 547] Mobile username generator iOS.Extension UI changes (#2140) 2022-10-25 21:05:15 +01:00
TotpService.cs [SG-671] OTP Menu Screen causes Crash on Android (#2097) 2022-09-26 17:51:03 +01:00
UserVerificationService.cs Fix delete account SSO with CME that the OTP parameter was being sent incorrectly to the server (#1751) 2022-02-03 17:46:45 -03:00
UsernameGenerationService.cs [SG-223] Mobile username generator (#2033) 2022-08-26 19:32:02 +01:00
VaultTimeoutService.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00