Merge pull request #8980 from sampada07/JAVA-623
JAVA-623: Moved 3 articles from core-java-security to security-2
This commit is contained in:
		
						commit
						1cf22480b5
					
				| @ -1,3 +1,11 @@ | ||||
| ## Core Java Security  | ||||
| 
 | ||||
| This module contains articles about core Java Security | ||||
| 
 | ||||
| ### Relevant Articles: | ||||
| 
 | ||||
| - [Guide To The Java Authentication And Authorization Service (JAAS)](https://www.baeldung.com/java-authentication-authorization-service) | ||||
| - [MD5 Hashing in Java](http://www.baeldung.com/java-md5) | ||||
| - [Hashing a Password in Java](https://www.baeldung.com/java-password-hashing) | ||||
| - [SHA-256 and SHA3-256 Hashing in Java](https://www.baeldung.com/sha-256-hashing-java) | ||||
| - More articles: [[<-- prev]](/core-java-modules/core-java-security) | ||||
|  | ||||
| @ -16,4 +16,34 @@ | ||||
|         <relativePath>../../parent-java</relativePath> | ||||
|     </parent> | ||||
| 
 | ||||
|     <dependencies> | ||||
|         <dependency> | ||||
|             <groupId>commons-codec</groupId> | ||||
|             <artifactId>commons-codec</artifactId> | ||||
|             <version>${commons-codec.version}</version> | ||||
|         </dependency> | ||||
|          | ||||
|         <dependency> | ||||
|             <groupId>org.bouncycastle</groupId> | ||||
|             <artifactId>bcprov-jdk15on</artifactId> | ||||
|             <version>${bouncycastle.version}</version> | ||||
|         </dependency> | ||||
|          | ||||
|          <!-- test scoped --> | ||||
|         <dependency> | ||||
|             <groupId>org.assertj</groupId> | ||||
|             <artifactId>assertj-core</artifactId> | ||||
|             <version>${assertj-core.version}</version> | ||||
|             <scope>test</scope> | ||||
|         </dependency> | ||||
|     </dependencies> | ||||
|      | ||||
|     <properties> | ||||
|         <!-- util --> | ||||
|         <bouncycastle.version>1.60</bouncycastle.version> | ||||
|         <commons-codec.version>1.11</commons-codec.version> | ||||
| 
 | ||||
|         <!-- testing --> | ||||
|         <assertj-core.version>3.10.0</assertj-core.version> | ||||
|     </properties> | ||||
| </project> | ||||
|  | ||||
| @ -3,17 +3,16 @@ | ||||
| This module contains articles about core Java Security | ||||
| 
 | ||||
| ### Relevant Articles:  | ||||
| - [MD5 Hashing in Java](http://www.baeldung.com/java-md5) | ||||
| 
 | ||||
| - [Guide to the Cipher Class](http://www.baeldung.com/java-cipher-class) | ||||
| - [Introduction to SSL in Java](http://www.baeldung.com/java-ssl) | ||||
| - [Java KeyStore API](http://www.baeldung.com/java-keystore) | ||||
| - [Encrypting and Decrypting Files in Java](http://www.baeldung.com/java-cipher-input-output-stream) | ||||
| - [Hashing a Password in Java](https://www.baeldung.com/java-password-hashing) | ||||
| - [SSL Handshake Failures](https://www.baeldung.com/java-ssl-handshake-failures) | ||||
| - [SHA-256 and SHA3-256 Hashing in Java](https://www.baeldung.com/sha-256-hashing-java) | ||||
| - [Enabling TLS v1.2 in Java 7](https://www.baeldung.com/java-7-tls-v12) | ||||
| - [The Java SecureRandom Class](https://www.baeldung.com/java-secure-random) | ||||
| - [An Introduction to Java SASL](https://www.baeldung.com/java-sasl) | ||||
| - [A Guide to Java GSS API](https://www.baeldung.com/java-gss) | ||||
| - [Intro to the Java SecurityManager](https://www.baeldung.com/java-security-manager) | ||||
| - More articles: [[next -->]](/core-java-modules/core-java-security-2) | ||||
| 
 | ||||
|  | ||||
| @ -24,24 +24,9 @@ | ||||
|             <version>${assertj-core.version}</version> | ||||
|             <scope>test</scope> | ||||
|         </dependency> | ||||
| 
 | ||||
|         <dependency> | ||||
|             <groupId>commons-codec</groupId> | ||||
|             <artifactId>commons-codec</artifactId> | ||||
|             <version>${commons-codec.version}</version> | ||||
|         </dependency> | ||||
|         <dependency> | ||||
|             <groupId>org.bouncycastle</groupId> | ||||
|             <artifactId>bcprov-jdk15on</artifactId> | ||||
|             <version>${bouncycastle.version}</version> | ||||
|         </dependency> | ||||
|     </dependencies> | ||||
| 
 | ||||
|     <properties> | ||||
|         <!-- util --> | ||||
|         <bouncycastle.version>1.60</bouncycastle.version> | ||||
|         <commons-codec.version>1.11</commons-codec.version> | ||||
| 
 | ||||
|         <!-- testing --> | ||||
|         <assertj-core.version>3.10.0</assertj-core.version> | ||||
|     </properties> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user