所有文章

OpenSSH 可移植版-遠端代碼競行漏洞

日期: 分類: «資安» 作者: ols3

OpenSSH sec

sshd(8) in Portable OpenSSH versions 8.5p1 to 9.7p1 (inclusive). Race condition resulting in potential remote code execution. A race condition in sshd(8) could allow remote code execution as root on non-OpenBSD systems. This attack could be prevented by disabling the login grace timeout (LoginGraceTime …

OpenSSH 9.6 (2023/12/18)

日期: 分類: «OpenBSD» 作者: ols3

OpenSSH 9.6 釋出,修正 SSH 傳輸協定的缺陷,避免 Terrapin 攻擊(MITM 中間人水龜攻擊):

當客戶端和伺服器都支援時,OpenSSH 9.6 新的「嚴格 KEX」協定 …

Quod Libet

日期: 分類: «Music» 作者: ols3

Quod Libet 是一個用 Python 編寫的基於GTK+的音訊播放器,使用Mutagen標記庫。它的設計理念是使用者更了解如何組織音樂。它可以讓您根據正規 …

Geany IDE 獨立免安裝 AppImage

日期: 分類: «AppImage» 作者: ols3

Geany 2.0.0 AppImage 釋出 ...

Geany 是一款功能強大、穩定且輕量級的程式設計編輯器,我把它包成一個獨立可執行的 AppImage,完全免安裝。

  • 支援 …

uemacs 的加密功能

日期: 分類: «C» 作者: ols3

uemacs 的加密功能:

uemacs crypt function

/*  CRYPT.C
 *
 *  Encryption routines
 *
 *  written by Dana Hoggatt and Daniel Lawrence
 */

#include    <stdio.h>
#include    "estruct.h"
#include    "edef.h"
#include        "efunc.h"

#if CRYPT

static int mod95(int);

/*
 * reset encryption key of current buffer
 *
 * int f;       default flag
 * int n;       numeric argument
 */
int …

uemacs 中文可用版 4.0.15.1 tw

日期: 分類: «C» 作者: ols3

我是重度的 Emacs 編輯器的使用者, 過去出版的書籍全都是在 Emacs 中完成的; 但 Emacs 太厚重, 在遠端跨主機工作不方便, 輕便的 uemacs 便 …

AES 加解密器

日期: 分類: «資安工具» 作者: ols3
標籤:
  • v1.0.4.1 : 加解密速度快 4 倍、強化記憶體配置。
  • v1.0.4.0 : 新增 Salt '鹽巴調味' 功能,讓暴力破解、字典攻擊、彩虹表攻擊更困難。
  • 主 …

適用於 Windows 的 GCC/MinGW-w64 獨立編譯器

日期: 分類: «CPP» 作者: ols3

WinLibs : 適用於 Microsoft Windows 的免費 C 和 C++ 編譯器。

GCC(GNU 編譯器集合)是一個免費的開源編譯器,適用於 C 和 C++(以及 Objective-C、Fortran、D 等其他語言)。 MinGW-w64是一個免費開源 …