Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4ab7f824

Přidáno uživatelem Tomáš Šimandl před více než 6 roky(ů)

#5 Replace MD5 password encryption by some secure algo

- BCrypt password encryption is used instead of MD5.
- Algorithm is from springframework.security package

Zobrazit rozdíly:

sources/pom.xml
74 74

  
75 75

  
76 76

  
77
        <!-- https://mvnrepository.com/artifact/org.springframework.security/spring-security-core -->
78
        <dependency>
79
            <groupId>org.springframework.security</groupId>
80
            <artifactId>spring-security-core</artifactId>
81
            <version>5.1.2.RELEASE</version>
82
        </dependency>
77 83
        <!-- https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload -->
78 84
        <dependency>
79 85
            <groupId>commons-fileupload</groupId>

Také k dispozici: Unified diff