This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0917adb
commit da7fe19
Showing
6 changed files
with
124 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
layout: project | ||
permalink: /:title/ | ||
category: libraries | ||
|
||
meta: | ||
keywords: "Bcrypt" | ||
|
||
project: | ||
title: "Bcrypt" | ||
type: "Java" | ||
url: "Bcrypt" | ||
project_official_url: "https://github.com/patrickfav/bcrypt" | ||
logo: "/assets/images/projects/libraries/bcrypt/logo.png" | ||
overview: "This is an implementation of the OpenBSD Blowfish password hashing algorithm, as described in A Future-Adaptable Password Scheme by Niels Provos and David Mazieres. It's core is based on jBcrypt, but heavily refactored, modernized and with a lot of updates and enhancements. It supports all common versions, has a security sensitive API and is fully tested against a range of test vectors and reference implementations." | ||
|
||
supported_releases: | ||
- release: | ||
version: "v0.10.2" | ||
url: "https://github.com/patrickfav/bcrypt/releases/tag/v0.10.2" | ||
- release: | ||
version: "v0.10.1" | ||
url: "https://github.com/patrickfav/bcrypt/releases/tag/v0.10.1" | ||
- release: | ||
version: "v0.10.0-rc" | ||
url: "https://github.com/patrickfav/bcrypt/releases/tag/v0.10.0-rc" | ||
- release: | ||
version: "v0.9.0" | ||
url: "https://github.com/patrickfav/bcrypt/releases/tag/v0.9.0" | ||
|
||
events: | ||
- event: | ||
title: "bcrypt at 25: A retrospective on password security" | ||
type: "News" | ||
url: "https://blog.apnic.net/2023/08/02/bcrypt-at-25-a-retrospective-on-password-security/" | ||
language: "English" | ||
|
||
project_ci: | ||
- CI: | ||
title: "Bcrypt Upstream CI" | ||
status: "/assets/images/projects/common/CI_status.png" | ||
url: "https://github.com/patrickfav/bcrypt/actions/workflows/build_deploy.yml/badge.svg" | ||
--- | ||
|
||
<p>Bcrypt</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
layout: project | ||
permalink: /:title/ | ||
category: middleware | ||
|
||
meta: | ||
keywords: "BusyBox" | ||
|
||
project: | ||
title: "BusyBox" | ||
type: "C" | ||
url: "BusyBox" | ||
project_official_url: "https://busybox.net/" | ||
logo: "/assets/images/projects/libraries/busybox/logo.png" | ||
overview: "BusyBox is a software suite that provides several Unix utilities in a single executable file. It runs in a variety of POSIX environments such as Linux, Android, and FreeBSD, although many of the tools it provides are designed to work with interfaces provided by the Linux kernel. It was specifically created for embedded operating systems with very limited resources. The authors dubbed it The Swiss Army knife of Embedded Linux, as the single executable replaces basic functions of more than 300 common commands. It is released as free software under the terms of the GNU General Public License v2, after controversially deciding not to move to version 3." | ||
|
||
supported_releases: | ||
- release: | ||
version: "1_36_0" | ||
url: "https://github.com/mirror/busybox/releases/tag/1_36_0" | ||
- release: | ||
version: "1_35_0" | ||
url: "https://github.com/mirror/busybox/releases/tag/1_35_0" | ||
- release: | ||
version: "1_33_2" | ||
url: "https://github.com/mirror/busybox/releases/tag/1_33_2" | ||
--- | ||
|
||
<p>BusyBox</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
layout: project | ||
permalink: /:title/ | ||
category: middleware | ||
|
||
meta: | ||
keywords: "Expat" | ||
|
||
project: | ||
title: "Expat" | ||
type: "C" | ||
url: "Expat" | ||
project_official_url: "https://libexpat.github.io/" | ||
logo: "/assets/images/projects/libraries/expat/logo.png" | ||
overview: "Expat is a stream-oriented XML 1.0 parser library, written in C. As one of the first available open-source XML parsers, Expat has found a place in many open-source projects. Such projects include the Apache HTTP Server, Mozilla, Perl, Python and PHP. It is also bound in many other languages." | ||
|
||
supported_releases: | ||
- release: | ||
version: "2.5.0" | ||
url: "https://github.com/libexpat/libexpat/releases/tag/R_2_5_0" | ||
- release: | ||
version: "2.4.9" | ||
url: "https://github.com/libexpat/libexpat/releases/tag/R_2_4_9" | ||
- release: | ||
version: "2.4.8" | ||
url: "https://github.com/libexpat/libexpat/releases/tag/R_2_4_8" | ||
- release: | ||
version: "2.4.7" | ||
url: "https://github.com/libexpat/libexpat/releases/tag/R_2_4_7" | ||
|
||
events: | ||
- event: | ||
title: "Expat 2.5.0 has been released, includes security fixes" | ||
type: "News" | ||
url: "https://github.com/libexpat/libexpat/blob/R_2_5_0/expat/Changes" | ||
language: "English" | ||
- event: | ||
title: "Expat 2.4.9 has been released, includes security fixes" | ||
type: "News" | ||
url: "https://github.com/libexpat/libexpat/blob/R_2_4_9/expat/Changes" | ||
language: "English" | ||
|
||
project_ci: | ||
- CI: | ||
title: "Expat Upstream CI" | ||
status: "/assets/images/projects/common/CI_status.png" | ||
url: "https://github.com/libexpat/libexpat/actions/workflows/linux.yml/badge.svg" | ||
--- | ||
|
||
<p>Expat</p> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.