Encrypt SQLite Databases with SQLCipher

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 20

  • @paulthomas1052
    @paulthomas1052 Рік тому +2

    Excellent demo of simple encryption on SQLite DB. Really useful video. Thanks.

  • @jdoyne5
    @jdoyne5 2 місяці тому

    Thank you so much. Now I can password protect my KMyMoney database!

  • @frankrogowski9595
    @frankrogowski9595 Рік тому

    Excellent demonstration. Thank you!

  • @siddharth_behere
    @siddharth_behere Рік тому +4

    Before using this keep in mind:
    Note: this project is no longer being actively maintained. Security vulnerabilities may exist in this code. Use at your own risk.

    • @manifestasisanubari
      @manifestasisanubari 10 місяців тому

      Is this the same SQLCipher used by DB Browser?

    • @_pathak
      @_pathak 9 місяців тому

      @siddharth_behere Hi! I want to use sqlcipher in nodejs application , but
      I am unable to install sqlcipher library in node js . Plz help me out with this

    • @siddharth_behere
      @siddharth_behere 9 місяців тому +1

      This note is for python library pysqlcipher and not for sqlcipher.

    • @siddharth_behere
      @siddharth_behere 9 місяців тому +1

      @@_pathak pysqlcipher is difficult to compile for windows. Linux is is relatively simple. No idea about nodejs extension.

    • @_pathak
      @_pathak 9 місяців тому

      @@siddharth_behere Okay Brother, thanks

  • @mikespon
    @mikespon Рік тому

    Awesome video. Thank you for the information.

  • @akam9919
    @akam9919 Рік тому +1

    what do we do now on windows?

  • @yiannisnik-ew2hs
    @yiannisnik-ew2hs Рік тому

    Amazing video thanks!! Great work 🎉

  • @crizkyr
    @crizkyr 4 місяці тому +1

    so on point, thank u

  • @AliHamza-en8cn
    @AliHamza-en8cn Рік тому

    Great video. How we can put password on our scripts in secure way not in (.env file)

  • @collinsmarra
    @collinsmarra Рік тому

    so how would you use with with sqlalchemy?

  • @MAHESHKUMAR-zi3rj
    @MAHESHKUMAR-zi3rj Рік тому

    if we attach this encrypted database to a kivy,tkinter, or any application then we need put the password everytime sir but still it is a very useful video thank you so much

  • @zenpao
    @zenpao Рік тому

    Thank you

  • @_pathak
    @_pathak 9 місяців тому

    I need to encrypt the sqlite databse in nodejs. Are there any resources that I can follow to do so? Help me out

    • @_pathak
      @_pathak 9 місяців тому

      npm install sqlcipher is not working in windows nodejs

  • @johnztech1651
    @johnztech1651 Рік тому

    thanks but when will you take us to java i mean for java funs