Add encodepassword command to the CLI

Update the CLI so that `encodepassword <password>` can be used to
generate an encoded password.

Fixes gh-11875
This commit is contained in:
Phillip Webb
2018-02-01 12:00:28 -08:00
parent 4a1bea1fed
commit b50b9afd26
8 changed files with 291 additions and 1 deletions

View File

@@ -43,6 +43,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-aether-provider</artifactId>