Giter Site home page Giter Site logo

Using PBKDF2 to generate the key about vault HOT 5 CLOSED

gabfl avatar gabfl commented on September 6, 2024
Using PBKDF2 to generate the key

from vault.

Comments (5)

gabfl avatar gabfl commented on September 6, 2024

Hi @mrn97 , you are welcome to file a pull request as long as it does not break compatibility with older keys.

Thank you!

from vault.

echomehran avatar echomehran commented on September 6, 2024

@gabfl Thank you for the opportunity, but unfortunately, I can not install the program on my machine and it returns me this:

Traceback (most recent call last):
  File "/home/manjaro/.local/bin/vault", line 5, in <module>
    from vault.vault import main
  File "/home/manjaro/.local/lib/python3.9/site-packages/vault/vault.py", line 8, in <module>
    from .views import setup, change_key
  File "/home/manjaro/.local/lib/python3.9/site-packages/vault/views/setup.py", line 5, in <module>
    from ..models.base import Base, get_session, get_engine
  File "/home/manjaro/.local/lib/python3.9/site-packages/vault/models/base.py", line 5, in <module>
    import sqlcipher3
ModuleNotFoundError: No module named 'sqlcipher3'

I also installed sqlcipher3 as you mentioned in your README.md and tried installing the requirements.txt, and installing it on my windows machine but it keeps returning me this error.

Could you please help me to solve this issue?

from vault.

gabfl avatar gabfl commented on September 6, 2024

I apologize but I am not able to provide Windows support

from vault.

echomehran avatar echomehran commented on September 6, 2024

Thank you but as I mentioned I tried it on both Linux and Windows and the traceback I've put on the top belongs to a manjaro machine, and on both machines, I get the same error which is ModuleNotFoundError: No module named 'sqlcipher3'.

from vault.

echomehran avatar echomehran commented on September 6, 2024

I finally succeeded to install it on my machines. Very cool and useful project. Thumbs up!
I checked the code and I think I have to change the Encryption.py file in the src/lib, am I correct?
In addition, do I need to make changes to test_vault.py in the unittest folder or any other files?

from vault.

Related Issues (20)

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.