Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
update 3 items
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsibo1129 committed Nov 25, 2023
1 parent 751cc79 commit 524e805
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 0 deletions.
45 changes: 45 additions & 0 deletions _posts/2023-11-25-Bcrypt.md
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>
29 changes: 29 additions & 0 deletions _posts/2023-11-25-BusyBox.md
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>
50 changes: 50 additions & 0 deletions _posts/2023-11-25-Expat.md
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>
Binary file added assets/images/projects/libraries/bcrypt/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/projects/libraries/busybox/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/projects/libraries/expat/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 524e805

Please sign in to comment.