Create README.md

This commit is contained in:
Omar Santos 2023-09-18 17:07:14 -04:00 committed by GitHub
parent 1a34a83d98
commit a6a47f9226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

26
crypto/README.md Normal file
View File

@ -0,0 +1,26 @@
# Crypto Security Resources
This repository contains a collection of materials and resources focusing on cryptography. Below is a brief description of each file and the challenges directory available in this repository.
## Files
### [1. cert_openssl.md](cert_openssl.md)
This file contains examples of using OpenSSL for certificate management.
### [2. crypto_algorithms.md](crypto_algorithms.md)
This document details different cryptographic algorithms and post-quantum cryptography.
### [3. crypto_frameworks.md](crypto_frameworks.md)
In this file, you'll find an overview of different cryptographic frameworks, with a focus on their features and functionalities.
### [4. crypto_tools.md](crypto_tools.md)
This file lists and describes various cryptographic tools that can assist in security research and cryptography tasks.
### [5. disk_encryption.md](disk_encryption.md)
This document provides information on disk encryption tools.
### [6. gpg_how_to.md](gpg_how_to.md)
This file serves as a guide to using GPG for encryption, including how to create keys, encrypt files, and more.
## [Challenges Directory](challenges/)
This directory hosts a series of crypto challenges that are designed to help you hone your skills in cryptography. These challenges range from beginner to advanced levels, offering a comprehensive learning experience.