XCA is an interface
for managing RSA and DSA keys, certificates,
certificate signing requests, revocation lists and
templates. It uses the OpenSSL and Qt4 libraries.
Certificates and requests can be created and
signed and many x509v3 extensions can be added.
XCA supports multiple root and intermediate
Certificate authorities. The CAs can be used to
create CRLs and extend certificates. The following
file-formats are supported: PEM, DER, PKCS#7,
PKCS#8, PKCS#10, PKCS#12, and SPKAC.
Related ProjectsMedia Player Classic - Home Cinema, プロジェクト・ナニ屋, Dumpper v.60.3, x64dbg, AKARI |
The Mandos system allows computers to have encrypted root file systems and at the same time be capable of remote or unattended reboots. The computers run a small client program in the initial RAM disk environment which will communicate with a server over a network. All network communication is encrypted using TLS. The clients are identified by the server using an OpenPGP key that is unique to each client. The server sends the clients an encrypted password. The encrypted password is decrypted by the clients using the same OpenPGP key, and the password is then used to unlock the root file system.
Related ProjectsClonezilla, iReport-Designer for JasperReports, Darik's Boot and Nuke, PeaZip, Linux-HA Japan |
OpenVPN is a robust and highly configurable VPN (Virtual Private Network) daemon which can be used to securely link two or more private networks using an encrypted tunnel over the Internet. OpenVPN's principal strengths include wide cross-platform portability, excellent stability, support for dynamic IP addresses and NAT, adaptive link compression, single TCP/UDP port usage, a modular design that offloads most crypto tasks to the OpenSSL library, and relatively easy installation that in most cases doesn't require a special kernel module.
Related ProjectsPeaZip, AKARI, MeCab, プロジェクト・ナニ屋, Media Player Classic - Home Cinema |
Dropbear is an SSH 2 server and client that is designed to be small enough to be used in low-memory embedded environments, while still being functional and secure for general use.
Related ProjectsDeSmuME, Clonezilla, iReport-Designer for JasperReports, SlunkCrypt, SmillaEnlarger |
The CyaSSL embedded SSL library is a lightweight SSL library written in ANSI C and targeted for embedded and RTOS environments, primarily because of its small size, speed, and feature set. It is commonly used in standard operating environments and cloud services as well because of its royalty-free pricing and excellent cross platform support. CyaSSL supports industry standards up to the current TLS 1.2 and DTLS 1.2 levels, is up to 20 times smaller than OpenSSL, and offers progressive ciphers such as HC-128, RABBIT, and NTRU.
Related ProjectsSharpDevelop-jp, iReport-Designer for JasperReports, PeaZip, DeSmuME, Darik's Boot and Nuke |
XML Security Library is a C library based on LibXML2. It provides an implementation for major XML security standards: XML Digital Signature and XML Encryption.
Related ProjectsAmateras, Darik's Boot and Nuke, Properties Editor, iReport-Designer for JasperReports, DeSmuME |
strongSwan is a complete IPsec implementation for the Linux, Android, Maemo, FreeBSD, and Mac OS X operating systems. It interoperates with with most other IPsec-based VPN products via the IKEv2 or IKEv1 key exchange protocols. The focus of the strongSwan project is on strong authentication mechanisms using X.509 public key certificates and optional secure storage of private keys on smartcards through a standardized PKCS#11 interface. A rich choice of modular plugins adds additional features like Trusted Network Connect or advanced cryptographical algorithms.
Related ProjectsAKARI, SmillaEnlarger, RMAC, SlunkCrypt, Darik's Boot and Nuke |
Botan is a crypto library written in C++. It provides a variety of cryptographic algorithms, including common ones such as AES, MD5, SHA, HMAC, RSA, Diffie-Hellman, DSA, and ECDSA, as well as many others that are more obscure or specialized. It also offers SSL/TLS (client and server), X.509v3 certificates and CRLs, and PKCS #10 certificate requests. A message processing system that uses a filter/pipeline metaphor allows for many common cryptographic tasks to be completed with just a few lines of code. Assembly and SIMD optimizations for common CPUs offers speedups for critical algorithms like AES and SHA-1.
Related ProjectsPeaZip, Amateras, SlunkCrypt, SmillaEnlarger, Properties Editor |
Dropbear is an SSH 2 server and client that is designed to be small enough to be used in low-memory embedded environments, while still being functional and secure for general use.
Related ProjectsHinemos, SlunkCrypt, GLOBALBASE PROJECT, PeaZip, SmillaEnlarger |
Owl (Openwall GNU/*/Linux) is a small security-enhanced Linux distribution for servers. Owl also makes a good base system for customized virtual machine images and embedded systems, and Owl live CDs with remote SSH access are good for recovering or installing systems (whether with Owl or not). A single Owl CD includes the full live system, installable packages, the installer program, as well as full source code and the build environment capable of rebuilding the entire system from source. Owl supports multiple architectures (x86, x86-64, SPARC, and Alpha) and offers some compatibility for packages developed for other Linux distributions. The primary approaches to security are proactive source code review, privilege reduction, privilege separation, careful selection of third-party software, safe defaults, and "hardening" to reduce the likelihood of successful exploitation of security flaws.
Related ProjectsSmillaEnlarger, Clonezilla, iReport-Designer for JasperReports, Ecolinux, Hinemos |
StoneVPN is a system that makes it easy to create certificates and configuration files for use with an OpenVPN server for both Windows and Linux users. It has the ability to create a zip file and e-mail the entire package to a user. It uses pyOpenSSL and custom patches that allow it to manage a CRL file.
Related ProjectsOphcrack, Dumpper v.60.3, MeCab, EasyPG, Win32 Disk Imager |
Libmcrypt is a library which provides a uniform interface to several symmetric encryption algorithms. It is intended to have a simple interface to access encryption algorithms in ofb, cbc, cfb, and ecb modes. The algorithms it supports are DES, 3DES, RIJNDAEL, Twofish, IDEA, GOST, CAST-256, ARCFOUR, SERPENT, SAFER+, and more. The algorithms and modes are also modular so you can add and remove them on the fly without recompiling the library.
Related ProjectsSlunkCrypt, Darik's Boot and Nuke, DeSmuME, PeaZip, SmillaEnlarger |
SSHTerm is a fully-featured Java SSH terminal that provides a whole range of features including port forwarding, password and public-key authentication, full clipboard support, record and playback input/output, and the ability to load/save connection settings to a file. The SSH terminal is now seamlessly integrated with a secure VNC viewer, a port forwarding manager, and a full SFTP client.
Related ProjectsPeaZip, DeSmuME, SlunkCrypt, AKARI, プロジェクト・ナニ屋 |
Password Manager Daemon serves clients data via a Unix domain socket or over a remote TLS connection. The data is stored in an (optionally) encrypted XML file, and the client must provide the key to modify it. It has the option to use gpg-agent for key management (including smartcards). It is multi-threaded, allowing more than one client to be connected at the same time. Key retrieval may be done via a key file or a pinentry program. A key cache is used, so a client won't need to enter a passphrase each time one is required. It is very configurable. Libpwmd is also available as a separate project and is a library making it easy for applications to use Pwmd.
Related ProjectsWin32 Disk Imager, Seasar, TERASOLUNA Framework, Dumpper v.60.3, PeaZip |
The OpenCA Project is a collaborative effort to develop a robust, full-featured and Open Source out-of-the-box Certification Authority implementing the most used protocols with full-strength cryptography world-wide. OpenCA is based on many Open-Source Projects. Among the supported software is OpenLDAP, OpenSSL, Apache Project, Apache mod_ssl.
Related ProjectsMedia Player Classic - Home Cinema, Win32 Disk Imager, PeaZip, x64dbg, プロジェクト・ナニ屋 |