Ángel
Ángel
I think it would make more sense to include it along the error: > ``` > (key) ecdsa-sha2-nistp256 -- [fail] using weak elliptic curves -- > `- [warn] using weak...
There is little detail in your report, but I suspect that when you try to install a module, it runs as root, not the user that ran `encfs`. As mentioned...
If I understand correctly you want to be able to have a number of client machines with no external connectivity, whose storage actually lives on an [encrypted] external storage volume....
By " I have tried on pCloud and Google Drive with similar results." do you mean that the encrypted content is in a remote host, on a network filesystem? I...
You are trying to create a filename with 704 characters (and since there are 32 high characters, in utf-8 those would be 16×3 + 10×2 + 6×2 - 32 +...
@ArchangeGabriel, QuickUnlock protects the master secret with the "easier" one (precisely so you don't have to type your full passphrase). You can't do that with TOTP for the reasons explained...
@TheZ3ro What's the problem with storing the PIN in the database itself? It's probably less sensitive than other db contents. It could be stored with no view interface, so that...
@adamlui ensure you ran `assets:precompile` after updating the code. Otherwise the checkbox setting (output in javascript as trends_as_landing_page) will be ignored by your old javascript
@adamlui assuming your website is https://elonsucks.org, the
They seem quite different. Issue #12 is caused by shipping a binary library (libpython3.8.so) that was linked against a newer libc than the one on the system. For the error...