开发者

SpringBoot敏感配置信息加解密

0
  • SpringBoot实现敏感配置信息加密与解密

    目录一、为什么要加密配置?二、方案一:Jasypt集成(推荐)1. 添http://www.devze.com加依赖2. 配置加密密钥3. 加密敏感配置4. 在配置文件中使用密文5. 启动应用三、方案二:自定义加密解密(适合有特殊需求)1. 实[详细]

    2025-07-09 10:22 分类:开发
  • Best Practices for working with files via c#

    Application I work on generates several hundreds of files (csv) in a 15 minutes period of times. and the back end of the application takes these files and process them (updates database with those val[详细]

    2022-12-29 04:10 分类:问答