Skip to content

Is it possible to read my encrypted bookmarks without Floccus if I have the encryption password ? #1149

Answered by mnalis
pinpontitit asked this question in Q&A
Discussion options

You must be logged in to vote

To decrypt something, one needs to know:

  • exact encryption protocol used (e.g. not just AES but its exact subvariant - is it CBC, or GCM, or SIV, or...)
  • all non-secret variables used by protocol (e.g. that 256 is block size, some versions use initialization vector, etc.)
  • secret itself (i.e. passphrase)
  • data container information (e.g. is encrypted data stored raw in file, or does file itself has some headers, paddings, etc. - or is it even some sort of database like sqlite etc).

If you know all that (and you do if you have floccus running on any browser, as it is open source), then you're in luck and you can decrypt your bookmarks. Maybe you could even use available tools in some cases (…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by marcelklehr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants