Encrypting Spring Boot Properties Using Jasypt | Spring Boot Application Encryption Example #jasypt

preview_player
Показать описание
#springboot #jasypt #encryption #springboottutorials

In this tutorial We are going to Understnd How Can we Encrypting Spring Boot Properties Using Jasypt using a Simple Spring Boot application With JPA .

We can use Jasypt Spring boot to Encrypt Database Credentials In Real application like database password or smtp password or any secrets .

Spring Boot Jasypt Decryption and Encryption Example
Jasypt Spring Boot Starter
Spring Boot Encryption Example
Spring Boot Securing Application Properties

We are going to Encrypt database passwords and username in oyr application using JASYPT Spring Boot Library .

00:00 Introduction
00:01 What is Jasypt
02:00 Setting Up Spring Boot Using Jasypt
04:00 Encrypting Database Password Using Jasypt
05:00 Jasypt Spring Boot Using Maven Jasypt Plugin

Рекомендации по теме
Комментарии
Автор

But if others know the secret key and encrypted password they can easily decrypt original password right?

preethamp
Автор

Thank you. I am using Spring Boot parent starter 2.7.6 and OpenJdk11. Follwing your video, I am able to get my app running as expected, however, all my integration tests are failing with an unsatisfied dependency through an autowired field with error "Injection of autowired dependencies failed; nested exception is either 'jasypt.encryptor.password', one of ['jasypt.encryptor.private-key-string', for asymmetric encryption, or one of ['jasypt.encryptor.gcm-secret-key-string', 'jasypt.encryptor.gcm-secret-key-location', for AES/GCM encryption must be provided for Password-based or Asymmetric encryption"

dinobulja