Encrypt SQLite Databases with SQLCipher

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • In this video, we learn how to securely encrypt SQLite3 databases using SQLCipher and Python.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine...
    💻 The Algorithm Bible Book: www.neuralnine...
    👕 Programming Merch: www.neuralnine...
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine...
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/Neu...
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/

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

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

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

  • @jdoyne5
    @jdoyne5 28 дней назад

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

      Is this the same SQLCipher used by DB Browser?

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

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

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

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

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

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

      @@siddharth_behere Okay Brother, thanks

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

    so on point, thank u

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

    Awesome video. Thank you for the information.

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

    Amazing video thanks!! Great work 🎉

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

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

    what do we do now on windows?

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

    Thank you

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

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

      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

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

    so how would you use with with sqlalchemy?