Can I store file in place of the passwords?

The only encrypted place in Passbolt is password. I need to store a content of file in password space. How can I do that?

Hello,

There are items in the backlog for this. See:

See.

I have found something in discussions like maxlength to increase the limit more than 4096. But I couldn’t found it in the configuration files. Do you know where I can found it?
=>
<input maxlength="4096" type="password" id="js_secret" placeholder="password" value="">

ref https://github.com/passbolt/passbolt_api/issues/216

This is not available in the configuration, this is in the extension code.

being able to store files would be very useful indeed.

In my opinion, this feature is the only one that is really missing in Passbolt.

Hello @MariaPaypoint and welcome to the forum!
Since v3.0.0, descriptions are encrypted too so that you can store a file’s content in a resource’s description.
I hope this helps you