Answer the question
In order to leave comments, you need to log in
Please explain what are the arguments in this sstash library?
Hello, I found such a library called sstash. Reading the documentation (on github) I understand that it is designed to create a "protected disk" as it is written there (correct me if I misunderstood). The main topic of my question is, what are these arguments, i.e. what does each argument do?
from sstash.sstash import SecureStash
ss = SecureStash('my_stash', 'my_password1234')
ss.write_value(['project', 'SomeService', 'token1'], b'some text in bytes')
Answer the question
In order to leave comments, you need to log in
learn to read the code
https://github.com/realcr/sstash/blob/master/sstas...
Everything is clear there.
PS what for is this ancient unsupported shit to be touched at all?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question