How to find out what algorithm [ encryption ] are supported by my JVM?

前端 未结 5 1311
执笔经年
执笔经年 2020-12-23 16:51

I am using Jasypt for encryption. This is my code:

public class Encryptor {    
    private final static StandardPBEStringEncryptor pbeEncryptor = new Standa         


        
5条回答
  •  遥遥无期
    2020-12-23 17:41

    The Jasypt command line tool now comes with a script for doing this called listAlgorithms.bat for windows and listAlgorithms.sh for Linux.

    You can find instructions on how to download and use it here: http://www.jasypt.org/cli.html#Listing_algorithms

提交回复
热议问题