awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tersesystems avatar

tersesystems/securitybuilder

0
View on GitHub↗
48 星标·4 分支·Java·Apache-2.0·1 次浏览

Securitybuilder

Fluent builders with typesafe API for the JCA

Features

  • Java Cryptography - Fluent API for building JCA and JSSE objects.
  • Security and Cryptography - Fluent builder API for JCA and JSSE security classes.

Star 历史

tersesystems/securitybuilder 的 Star 历史图表tersesystems/securitybuilder 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Securitybuilder 的开源替代方案

相似的开源项目,按与 Securitybuilder 的功能重合度排序。
  • password4j/password4jPassword4j 的头像

    Password4j/password4j

    422在 GitHub 上查看↗

    Java cryptographic library that supports Argon2, bcrypt, scrypt and PBKDF2 aimed to protect passwords in databases. Easy to use by design, highly customizable, secure and portable. All the implementations follow the standards and have been reviewed to perform better in the JVM.

    Java
    在 GitHub 上查看↗422
  • pac4j/pac4jpac4j 的头像

    pac4j/pac4j

    2,520在 GitHub 上查看↗

    Security engine for Java (authentication, authorization, multi frameworks): OpenID Connect, SAML2, CAS, OAuth, LDAP, JWT...

    Java
    在 GitHub 上查看↗2,520
  • cossacklabs/themiscossacklabs 的头像

    cossacklabs/themis

    1,965在 GitHub 上查看↗

    Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

    Casymmetric-cryptographyauthenticationcryptography
    在 GitHub 上查看↗1,965
  • chinabugotech/hutoolchinabugotech 的头像

    chinabugotech/hutool

    30,282在 GitHub 上查看↗

    Hutool is a standard utility library for Java application development designed to simplify common programming tasks and reduce boilerplate code. It provides a comprehensive collection of reusable helper classes and static utilities to streamline development across the Java ecosystem. The project implements a wide array of specialized toolkits, including systems for cryptography and security, network communication via HTTP and JSON clients, and the processing of office documents and file system IO. It also features a concurrency and scheduling framework for managing asynchronous tasks and recu

    Javahttphutooljava
    在 GitHub 上查看↗30,282
查看 Securitybuilder 的所有 30 个替代方案→

常见问题解答

tersesystems/securitybuilder 是做什么的?

Fluent builders with typesafe API for the JCA

tersesystems/securitybuilder 的主要功能有哪些?

tersesystems/securitybuilder 的主要功能包括:Java Cryptography, Security and Cryptography。

tersesystems/securitybuilder 有哪些开源替代品?

tersesystems/securitybuilder 的开源替代品包括: cossacklabs/themis — Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data… password4j/password4j — Java cryptographic library that supports Argon2, bcrypt, scrypt and PBKDF2 aimed to protect passwords in databases.… pac4j/pac4j — Security engine for Java (authentication, authorization, multi frameworks): OpenID Connect, SAML2, CAS, OAuth, LDAP,… chinabugotech/hutool — Hutool is a standard utility library for Java application development designed to simplify common programming tasks… bastiaanjansen/jwt-java — JSON Web Token implementation for Java according to RFC 7519. Easily create, parse and validate JSON Web Tokens using… andskur/argon2-hashing.