Giter Site home page Giter Site logo

Comments (2)

8go avatar 8go commented on August 16, 2024

Correct.

In the regular mode, the cryptographic key resides in the memory of the PC for a short amount of time. Imagine, your PC is infected by a virus that has full control over your PC but has only a low bandwidth back to the hacker. Now imagine you are encrypting a 10M file in regular mode. The virus might not be fast enough or not have sufficient bandwidth to transfer the plain-text 10M file back to the hacker. But the virus might have enough bandwidth to steal the key from memory and send the tiny key back to the hacker. If the hacker at some future point in time gets access to your encrypted file (e.g. because you thought it is safe to store on DropBox) it can decrypt it.

Now, in paranoid mode, the above scenario is impossible. The hacker or virus will not be able to decrypt the encrypted file because it is encrypted twice and the second key never left the Trezor and can hence not be stolen. The cost is that the operation is very slow, i.e. time consuming.

It depends on the scenario, but if possible, a truly paranoid person would perform the operations on an offline air-gapped computer.

from trezorsymmetricfileencryption.

Xxxxffjtkkskkkernnr avatar Xxxxffjtkkskkkernnr commented on August 16, 2024

Difference between regular and paranoid mode #5
@dvassilev
DVassilev opened this issue
about 1 year ago

from trezorsymmetricfileencryption.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.