3 dépôts
Standardized logic paths for implementing symmetric, asymmetric, and hashing operations.
Distinct from Algorithm-Specific Decryption: Existing candidates focus on DRM decryption or language specifications, not general cryptographic algorithm implementation interfaces.
Explore 3 awesome GitHub repositories matching security & cryptography · Cryptographic Algorithm Interfaces. Refine with filters or upvote what's useful.
CryptoSwift is a cryptography library implemented entirely in the Swift programming language. It provides a collection of standard cryptographic algorithms for encryption, decryption, and hashing without relying on native C libraries or system frameworks. The library supports symmetric and asymmetric encryption, including RSA key generation and signature management. It features authenticated encryption schemes and the ability to generate cryptographic digests for data integrity verification. The toolset covers message authentication codes, secure key derivation from passwords, and data paddi
Provides structured logic paths to ensure compliance with standard cryptographic specifications for symmetric and asymmetric operations.
This project is a Go library and framework for implementing the SSH protocol. It provides a toolkit for building custom SSH servers, managing encrypted connections, and handling remote command execution. The implementation focuses on flexible session management through callback-based handling and a pluggable authentication system that supports passwords, public keys, and certificates. It includes mechanisms for secure network tunneling, including local and reverse port forwarding for TCP and Unix domain socket traffic. The library covers a broad range of protocol capabilities, including cryp
Allows restricting the set of key exchanges and ciphers used during the handshake for security compliance.
Liboqs est une bibliothèque C qui fournit une interface unifiée pour les algorithmes cryptographiques résistants aux quantiques, incluant l'encapsulation de clés et les mécanismes de signature numérique. Elle est conçue pour faciliter l'intégration de la sécurité post-quantique dans les protocoles et applications existants, garantissant la protection des données contre les menaces futures des ordinateurs quantiques à grande échelle. La bibliothèque se distingue par un accent sur les implémentations à haute assurance et la résistance aux canaux auxiliaires, utilisant des primitives à temps constant pour empêcher les fuites d'informations basées sur le timing. Elle offre une configuration étendue au moment de la compilation, permettant aux développeurs de sélectionner des algorithmes spécifiques et de gérer la taille du binaire, ce qui permet un déploiement à travers divers environnements allant des serveurs aux systèmes embarqués à ressources limitées. Le projet inclut des outils complets pour l'analyse comparative des performances et l'injection d'entropie agnostique au matériel, prenant en charge l'utilisation de générateurs de nombres aléatoires personnalisés. Il fournit également des harnais de test intégrés pour vérifier l'exécution à temps constant et évaluer l'efficacité des opérations cryptographiques à travers diverses architectures de processeurs.
Exposes a unified interface for diverse quantum-safe algorithms to simplify integration into existing security protocols.