Encrypt SQLite Databases with SQLCipher

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 21

  • @BrunoGallant
    @BrunoGallant Месяц назад

    Thanks, this has helped me on my project. Happy holidays!

  • @paulthomas1052
    @paulthomas1052 Год назад +2

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

  • @frankrogowski9595
    @frankrogowski9595 Год назад

    Excellent demonstration. Thank you!

  • @akam9919
    @akam9919 Год назад +3

    what do we do now on windows?

  • @crizkyr
    @crizkyr 6 месяцев назад +1

    so on point, thank u

  • @mikespon
    @mikespon Год назад

    Awesome video. Thank you for the information.

  • @yiannisnik-ew2hs
    @yiannisnik-ew2hs Год назад

    Amazing video thanks!! Great work 🎉

  • @jdoyne5
    @jdoyne5 4 месяца назад

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

  • @collinsmarra
    @collinsmarra Год назад

    so how would you use with with sqlalchemy?

  • @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 Год назад

      Is this the same SQLCipher used by DB Browser?

    • @_pathak
      @_pathak 11 месяцев назад

      @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 11 месяцев назад +1

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

    • @siddharth_behere
      @siddharth_behere 11 месяцев назад +1

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

    • @_pathak
      @_pathak 11 месяцев назад

      @@siddharth_behere Okay Brother, thanks

  • @_pathak
    @_pathak 11 месяцев назад

    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 11 месяцев назад

      npm install sqlcipher is not working in windows nodejs

  • @zenpao
    @zenpao Год назад

    Thank you

  • @AliHamza-en8cn
    @AliHamza-en8cn Год назад

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

  • @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

  • @johnztech1651
    @johnztech1651 Год назад

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