Add option to hide vault items (in "hidden folders", hidden from search results & autofill, ...)

It would suit my needs if we could filter to a specific collection in the same way we can filter to vault/org. The browser extension has a dropdown at the top that allow filtering to All Vaults, My Vault, and organizations. If we could also select collections in the list, that would be helpful. Then I could just create a collection of what I want to see on a regular basis. An option to always hide certain things would be better, but filtering to collections would accomplish most of what I would want.

Hey @toddball thanks for the feedback, the team is working on improvements to the vault including flexible collections (we will share more info as it becomes available), vault item labels, and ability to easily isolate specific collections, stay tuned :+1:

1 Like

I keep old passwords and other information related to closed accounts “just in case” the information is needed in the future. Having a “hidden” or “old” folder would be very helpful. Having this new feature would be great.

Can’t wait for this feature! I have many passwords that I need to keep, but I never want to search or display them without specifically searching for “old stuff”.

Upvote for me.
I have thousands of logins that I have transferred into BW from my previous p/w manager, and many are antiquated duplicates going back many years. In order to cull them into a current (smaller) list, I have to see what the contents are; and right now, I have to click-click-click to see each individual entry.

I just want the option to hide old items that I may never need but would like to keep just in case. Just a simple check box to mark as hidden and a global option under the View menu to toggle show hidden items on/off. Seems like a basic need.

This request is very similar to this one:
http://community.bitwarden.com/t/archive-old-accounts/7191

Yes, this would be a useful feature. Rather than re-prompting specific entries, make a folder that requires re-prompt and put all those entries in it.

I have many old passwords from old companies in my vault.

I want to keep these passwords, but I want to hide the password from the autofill UI.

It would be nice if an “archive” folder existed which I could add passwords or folders to. Then, when I needed to retrieve these passwords, I could go search the archive specifically, or I could toggle the ability to include the archive in my searches.

4 Likes

You can mark their URL as to “Never” match, so they will be stored but not offered when auto-filling

3 Likes

Would be handy to remove clutter by excluding some folders (1password helpfully lets you exclude some vaults)

4 Likes

I like this. Options to exclude items or entire folders or collections from the search would be nice. It’s also something I miss from 1Password.

1 Like

Would this feature cover the functionality?

1 Like

An archive feature would be nice, but I’m not sure this would cover my use case. I keep passwords for other peoples’ accounts that I rarely access as collections in an organization. Right now, I see these accounts mixed in with my own. I would be interested in a feature that lets me hide the items in these collections from the browser extension. I also have some secure notes and identities that I’d like to hide from the browser extension.

Another, separate idea that comes to mind is an ability to isolate collections from my own account’s items (something like how you can view items from only one vault or view items from all vaults in 1Password).

Edit: It may be helpful to know how I use Bitwarden… I use the desktop client to manage the stored items and use the browser extension only to log into accounts and occasionally make small edits.

3 Likes

That would cover it for me.

Hi Community … I hope helps @tgreer @abl1822 How are you guys?

1. Concept

  1. If you have a keyword dictionary it is possible to hide your passwords from the search.
  2. For example, in computer networks if you do not want to allow certain Ips to access a page you have a list called blacklist, this list is a plain text list that provides a list of Ips or a range of Ips that will not access the website
  3. This blacklist is conceptually called the list of disallowed keywords…
  4. So… “Whitelist” is the list of allowed keywords and disallowed keywords is “blacklist”
  5. Search engines use a file called robots.txt that tells the browser or google crawler whether to search for certain words or not.
  6. I hope I helped
  7. Here an example: Limit search history at Bitwarden
case 1: blacklistSearchKeywordsPasswords.json
{
blacklistSearchKeywordsPasswords: [ "social1", "social2", "social3" ]
}
Notes case 1

You can’t search for things like these words as [ ‘social1’ or ‘social2’ or ‘social3’], these words preclude the search. That is, these accounts with these words are hidden from the search field

case 2: whitelistSearchKeywordsPasswords.json
{
whitelistSearchKeywordsPasswords: [ "social1", "social2", "social3" ]
}
Notes case 2:

You can only search these words as [‘facebook’ or ‘twitter’ or ‘youtube’], the rest are ignorant of the search field - passwords will not be shown

2. More notes “Options to limit password view - complete solution”

  1. By allowed and not allowed keywords: “blacklist” and/or “whitelist” - Add option to hide passwords from general search
  2. Archive accounts
  3. Hide filters, fields, folders, tags - Limit Search History at Bitwarden
  4. I think we are talking about the same things, but with different points of view.
  5. References are for bibliography, I am not promoting any company, person, group or institution

3. Database rules to help

  1. Feature name: Limit Search History at Bitwarden - type: “Boolean: true|false”
  2. Feature name: Add option to hide passwords from general search - type: “LONGTEXT”
  3. Feature name: Archive old-accounts - type: “Boolean: true|false”

4. What is the “Options to limit password viewing” feature?

  1. You can have more security with search limiting, basically you hide filters, tags and folders by clicking ‘hide filters, tags and folders’ button - “low security level”
  2. You can archive your passwords in the ‘archive’ folder, this prevents the password from being searched - “medium security level”
  3. If you want more security, you can create a list of allowed and disallowed keywords to limit which passwords will be searched and which passwords will not be searched.. - “high security level”

case 1: Add option to hide passwords from general search - options

case 1.1: Add option to hide passwords from general search - whitelist

case 1.2: Add option to hide passwords from general search - blacklist

Notes

  • Blacklist/Whitelist can be called as variable allow_keyword_list or disallow_keyword_list
  • If the term is something bad, we can think of something like select option “allow keyword list” or “keyword list not allowed”

5. References

  1. https://www.cloudflare.com/learning/bots/what-is-robots.txt/
  2. CTI is Now New Era Technology - Managed Services - Networking - Voice
  3. Blacklist (computing) - Wikipedia
  4. Whitelisting vs Blacklisting: How Are They Different?
  5. https://www.mpwrsource.com/en/squad-stories/white_blacklisting
1 Like

I would really also like to hide items or folders so they don’t show up in search.

This is such an obvious needed feature, we need a way to hide the sheer amount of passwords in the list WITHOUT losing access, c’mon guys this should have been a launch feature!