mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 05:34:12 +00:00
Create README.md
This commit is contained in:
parent
1a34a83d98
commit
a6a47f9226
1 changed files with 26 additions and 0 deletions
26
crypto/README.md
Normal file
26
crypto/README.md
Normal 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.
|
Loading…
Reference in a new issue