buttercup-core icon indicating copy to clipboard operation
buttercup-core copied to clipboard

:tophat: The mighty NodeJS password vault

Results 36 buttercup-core issues
Sort by recently updated
recently updated
newest added

Cipher Block Chaining Mode (CBC) is known to be vulnerable and current practice suggests/cautions to utilize Galois/Counter Mode (GCM) instead.

Type: Enhancement
Status: Available
Priority: Low
Effort: High

The generated archive template should allow for translated group names.

Type: Enhancement
Status: Available
Priority: Medium
Effort: Low

Saving needs to be de-bounced so that multiple saves don't happen over each-other. The two main areas that need this attention are: * Workspaces * Archive Manager The de-bounce for...

Type: Enhancement
Status: Available
Priority: High
Effort: Medium

**Goal** : Verify programmatically or to be alerted if a password need to be changed due to an expiry value. Suggestions : - Each time a password is changed, an...

Type: Enhancement
Status: Available
Priority: Medium
Effort: Medium
Effort: High

Support single-use passwords by storing a list of passwords in an entry. To be provided in order. Add functionality to _pop_ the last password once used. Passwords should be stored...

Type: Enhancement
Status: Available
Priority: Low

Support fetching all child entries recursively.

Type: Enhancement
Status: Available
Priority: Medium
Effort: Low

Add attribute support for entry meta fields - whether they should be hidden or not. Having the attribute present is enough to detect if it should be hidden in UIs...

Type: Enhancement
Status: Available
Priority: Low
Effort: Low

It'd be good to throw some error codes, as well as the message. Identifying the wrong decryption key right now is quite difficult because you need to compare the whole...

Type: Enhancement
Status: Available
Priority: Medium

Hi Many password manager want to support passkey nowadays. Does buttercup also want to support passkey?

Type: Enhancement
Status: Accepted
Priority: Medium
Effort: High

Hello, After the recent breaches to some cloud password managers, I was wondering how strong security against brute-forcing master password is applied in Buttercup and noticed that it wasn't bad...

Type: Enhancement
Status: In Progress
Stability: Breaking changes
Effort: High