Ahmad
May 14, 2020, 9:37am
#1
The only encrypted place in Passbolt is password. I need to store a content of file in password space. How can I do that?
remy
May 14, 2020, 9:43am
#2
Hello,
There are items in the backlog for this. See:
See.
Q1. What is the problem that you are trying to solve?
Text in the description can be sensitive and I wonder it’s planned to encrypt the description as well?
Relates to: As an administrator I can create new secret types and define their associated input fields
Q2 - Who is impacted?
Everyone with sensitive data in the password’s description or who want to write some things in there but can’t because it’s not encrypted.
Q3 - Why is it important and/or urgent?
It’s not uncommon to write certai…
Ahmad
May 14, 2020, 10:00am
#3
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
remy
May 14, 2020, 10:11am
#4
This is not available in the configuration, this is in the extension code.
being able to store files would be very useful indeed.