That's on me. I have added two encryption methods (SHA256 and SHA512) because FTPServer was only supporting MD5 and SHA-1.

But the EncryptUtils has not yet been committed afaict. I'll check that.

On 03/07/2023 23:44, Gary Gregory wrote:
Hi All:

Did I check out the wrong branch or have bad tooling? Can anyone
compile the 1.2.X branch?

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] 
/Users/garydgregory/git/mina/mina-ftpserver/core/src/main/java/org/apache/ftpserver/usermanager/Sha256PasswordEncryptor.java:[37,28]
cannot find symbol
   symbol:   method encryptSHA256(java.lang.String)
   location: class org.apache.ftpserver.util.EncryptUtils
[ERROR] 
/Users/garydgregory/git/mina/mina-ftpserver/core/src/main/java/org/apache/ftpserver/usermanager/Sha512PasswordEncryptor.java:[37,28]
cannot find symbol
   symbol:   method encryptSHA512(java.lang.String)
   location: class org.apache.ftpserver.util.EncryptUtils

I'm using:

Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /usr/local/Cellar/maven/3.9.3/libexec
Java version: 1.8.0_372, vendor: Homebrew, runtime:
/usr/local/Cellar/openjdk@8/1.8.0+372/libexec/openjdk.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "13.4.1", arch: "x86_64", family: "mac"

Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org


--
*Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
T. +33 (0)4 89 97 36 50
P. +33 (0)6 08 33 32 61
emmanuel.lecha...@busit.com https://www.busit.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to