Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chahid001/42-cybersecurity-pool
42 pool of cybersecurity
https://github.com/chahid001/42-cybersecurity-pool
Last synced: about 1 month ago
JSON representation
42 pool of cybersecurity
- Host: GitHub
- URL: https://github.com/chahid001/42-cybersecurity-pool
- Owner: chahid001
- Created: 2023-07-26T12:23:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T22:11:06.000Z (about 1 year ago)
- Last Synced: 2024-04-14T17:01:03.480Z (8 months ago)
- Language: Python
- Homepage:
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [01 Arachnida - WEB](https://github.com/chahid001/42-Cybersecurity-pool/tree/main/01Arachnida)
The Cybersecurity Piscine project is centered around web data manipulation and metadata analysis. This entails crafting two distinct programs.
# [02 ft_otp - OTP](https://github.com/chahid001/42-Cybersecurity-pool/tree/main/02ft_opt)
The "Cybersecurity Piscine ft_otp" project focuses on implementing a Time-based One-Time Password (TOTP) system based on RFC 6238. It requires building a program that generates one-time passwords using the HMAC-based One-Time Password (HOTP) algorithm (RFC 4226). The project entails creating a secure password storage system and generating passwords from a master key. Bonus features, such as QR code generation or a graphical interface, can be incorporated after completing the mandatory requirements. Submissions are evaluated based on Git repository contents and correct file naming conventions.
# 03 ft_onion - WEB