[PR #953] [CLOSED] Reworked passphrase generation #2683

Closed
opened 2025-11-26 23:22:40 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/953
Author: @Root-Core
Created: 6/3/2020
Status: Closed

Base: mainHead: reworkPassphrase


📝 Commits (2)

  • f0b05c3 Implemented character limited passphrase generation
  • 3ff9084 Cosmetic..

📊 Changes

9 files changed (+6943 additions, -6758 deletions)

View changed files

📝 src/App/Pages/Generator/GeneratorPage.xaml (+35 -1)
📝 src/App/Pages/Generator/GeneratorPageViewModel.cs (+31 -3)
📝 src/App/Resources/AppResources.Designer.cs (+18 -0)
📝 src/App/Resources/AppResources.resx (+11 -1)
📝 src/Core/Models/Domain/PasswordGenerationOptions.cs (+3 -0)
📝 src/Core/Models/Domain/PasswordGeneratorPolicyOptions.cs (+2 -0)
📝 src/Core/Resources/eff_long_word_list.txt (+6740 -6740)
📝 src/Core/Services/PasswordGenerationService.cs (+73 -13)
📝 src/Core/Utilities/EEFLongWordList.cs (+30 -0)

📄 Description

According to: https://github.com/bitwarden/jslib/pull/109


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/953 **Author:** [@Root-Core](https://github.com/Root-Core) **Created:** 6/3/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `reworkPassphrase` --- ### 📝 Commits (2) - [`f0b05c3`](https://github.com/bitwarden/android/commit/f0b05c32ac22ac4d12bbad3c2b5ec3f40e80bc07) Implemented character limited passphrase generation - [`3ff9084`](https://github.com/bitwarden/android/commit/3ff9084f0e4712c7896ec671eefc237676e7df79) Cosmetic.. ### 📊 Changes **9 files changed** (+6943 additions, -6758 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Generator/GeneratorPage.xaml` (+35 -1) 📝 `src/App/Pages/Generator/GeneratorPageViewModel.cs` (+31 -3) 📝 `src/App/Resources/AppResources.Designer.cs` (+18 -0) 📝 `src/App/Resources/AppResources.resx` (+11 -1) 📝 `src/Core/Models/Domain/PasswordGenerationOptions.cs` (+3 -0) 📝 `src/Core/Models/Domain/PasswordGeneratorPolicyOptions.cs` (+2 -0) 📝 `src/Core/Resources/eff_long_word_list.txt` (+6740 -6740) 📝 `src/Core/Services/PasswordGenerationService.cs` (+73 -13) 📝 `src/Core/Utilities/EEFLongWordList.cs` (+30 -0) </details> ### 📄 Description According to: https://github.com/bitwarden/jslib/pull/109 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:22:40 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#2683