Lucene search
+L

11983 matches found

Kitploit
Kitploit
added 2026/09/01 12:28 p.m.3 views

ziti

OpenZiti OpenZiti is an open-source zero-trust networking platform that makes network services invisible to unauthorized users. Every connection, whether from a user, a service, a device, or a workload, is authenticated with cryptographic identity, authorized by policy, and encrypted end-to-end...

5.9AI score
SaveExploits0References17
Kitploit
Kitploit
added 2026/09/01 12:16 p.m.4 views

PQC-Scanner

The PQC Network Scanner is a purpose‑built assessment tool designed to help organisations understand their cryptographic exposure as they transition toward a post‑quantum security posture. Unlike traditional TLS scanners that focus solely on certificate validity or classical cryptographic strengt...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 10:38 a.m.3 views

password_generator

PassForge - All-in-One Password Generator CLI A production-ready, cryptographically secure password generator CLI with 17 generation modes, entropy transparency, and comprehensive customization options. Features 17 Generation Modes...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 10:16 a.m.67 views

mhf

Mobile Helper Framework is a tool that automates the process of identifying the framework/technology used to create a mobile application. Additionally, it assists in finding sensitive information or provides suggestions for working with the identified platform. How work? The tool searches for fil...

5.6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/01 9:54 a.m.4 views

rscrypto

rscrypto rscrypto puts cryptographic primitives, cryptographic and fast hashes, password hashing, and checksums behind one feature model. Target-gated SIMD and assembly accelerate portable Rust backends without a production C/FFI, OpenSSL, or system-library dependency. rscrypto is a primitives...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 9:16 a.m.3 views

keeper

keeper Keeper is a cryptographic secret store for Go. It encrypts arbitrary byte payloads at rest using Argon2id key derivation and XChaCha20-Poly1305 default authenticated encryption, and stores them in an embedded bbolt database. It ships as three things you can use independently: A Go library ...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 9:01 a.m.3 views

egodeath

egodeath This project does not achieve indistinguishability obfuscation. You should not be using this to product to protect secrets. It exists to deter reverse engineering, not prevent it A JavaScript obfuscator designed to make code extremely difficult to read and analyze for both humans and LLM...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 8:50 a.m.73 views

hashcat

hashcat hashcat is the world's fastest and most advanced password recovery utility, supporting five unique modes of attack for over 300 highly-optimized hashing algorithms. hashcat currently supports CPUs, GPUs, and other hardware accelerators on Linux, Windows, and macOS, and has facilities to...

5.9AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/01 8:07 a.m.4 views

private-membership

Private Set Membership PSM Problem Statement Private Set Membership PSM is a cryptographic protocol that allows clients to privately query whether the client's identifier is a member of a set of identifiers held by a server in a privacy-preserving manner. At a high level, PSM provides the followi...

5.9AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/01 8:04 a.m.3 views

edwards25519

filippo.io/edwards25519 root@kitploit: import "filippo.io/edwards25519" This library implements the edwards25519 elliptic curve, exposing the necessary APIs to build a wide array of higher-level primitives. Read the docs at pkg.go.dev/filippo.io/edwards25519. The package tracks the upstream...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 6:45 a.m.23 views

pmanager

Pmanager Demo Description Store and retrieve your passwords from a secure offline database. Check if your passwords has leaked previously to prevent targeted password reuse attacks. Why develop another password manager ? This project was initially born from my desire to learn Rust. I was tired of...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/01 6:27 a.m.105 views

badsecrets

badsecrets A pure python library for identifying the use of known or very weak cryptographic secrets across a variety of platforms. The project is designed to be both a repository of various "known secrets" for example, ASP.NET machine keys found in examples in tutorials, and to provide a...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 6:11 a.m.9 views

parsec-cloud

.. raw:: html root@kitploit: Simple, secure, end-to-end encrypted file sharing in the cloud Parsec Parsec is a cloud-based application for simple and cryptographically secure file sharing. 🔐 Client-side E2EE to ensure your data is only accessed by you and the people you share it with. ✒️...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 5:56 a.m.44 views

kodex

Kodex Community Edition - CE is an open-source toolkit for privacy and security engineering. It helps you to automate data security and data protection measures in your data engineering workflows. It offers the following functionality: Read data items from a variety of sources such as files,...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/01 5:43 a.m.5 views

cdf

CDF – 密码差异模糊测试 CDF 是一个用于自动测试加密软件正确性和安全性的工具。CDF 能够检测实现错误、合规失败、侧信道泄露等问题。 CDF 实现了单元测试与“差异模糊测试”的结合,该方法通过比较相同原语不同实现在输入边缘情况和最大化代码覆盖率的值时的行为来工作。 与通用模糊测试器和测试软件不同,CDF 具有以下特点: 智能 :CDF 知道它正在测试的算法类型,并自适应于被测函数 快速 :CDF 只测试需要测试的内容,并尽可能并行化测试 多面手 :CDF 不特定于任何语言或 API,支持任意可执行程序或脚本 便携 :CDF 可以在任何 Unix 或 Windows...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 5:20 a.m.3 views

crypto-attacks

Introducción Implementaciones en Python de ataques y utilidades criptográficas. Requisitos SageMath con Python 3.9 PyCryptodome Puedes comprobar la versión de Python de SageMath con el siguiente comando: $ sage -python --version Python 3.9.0 root@kitploit: Si la versión de Python de SageMath es...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 4:57 a.m.3 views

themis

Themis proporciona criptografía sólida y fácil de usar para personas ocupadas Librería criptográfica de propósito general para almacenamiento y mensajería para iOS Swift, Obj-C, Android Java, Kotlin, React Native iOS, Android, Java de escritorio, С/С++, Node.js, Python, Ruby, PHP, Go, Rust, WASM...

5.9AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/01 4:57 a.m.7 views

Cloak

Cloak is a pluggable transport that enhances traditional proxy tools like OpenVPN to evade sophisticated censorship and data discrimination. Cloak is not a standalone proxy program. Rather, it works by masquerading proxied traffic as normal web browsing activities. In contrast to traditional tool...

5.8AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/01 4:57 a.m.3 views

pycryptodome

.. image:: https://github.com/Legrandin/pycryptodome/workflows/Integration%20test/badge.svg :target: https://github.com/Legrandin/pycryptodome/actions .. image:: https://badge.fury.io/py/pycryptodome.svg :target: https://pypi.org/project/pycryptodome .. image::...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/01 4:46 a.m.3 views

openssl-1.1.1g_CVE-2022-0778

OpenSSL 1.1.1g 21 Apr 2020 Copyright c 1998-2020 The OpenSSL Project Copyright c 1995-1998 Eric A. Young, Tim J. Hudson All rights reserved. DESCRIPTION The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, fully featured, and Open Source toolkit implementing the...

7.5CVSS6.8AI score0.73188EPSS
SaveExploits2
Rows per page
Query Builder