Skip to content

Commit

Permalink
added reference to fuzzing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kiridarivaki committed May 30, 2024
1 parent 8aaa4f2 commit 1ff1fb0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
1. AI Ethics: contributed content (module "AI in Media") to guide.md in ai-ethics repo
2. [CI/CD Tools: created CRUD app "SkillSync"](#skillsync)
3. [Security-Part1: basic cryptography operations](#crypto)
4. [Security-Part2: fuzzing](#fuzzing)

### SkillSync
- **Directory structure**
Expand All @@ -28,6 +29,9 @@ skillsync
- **Docker Implementation**
<p>Created a docker image "skillsync" with in which the app builds and runs by creating a container which is then removed after exiting (docker run -it --rm skillsync)</p>

### PGP Cryptography
- **PGP Cryptography**
<p>This is my public key fingerprint: FAF5 AE4D 6CE5 4580 C828 9513 9C09 A14C 1FFA EAD2
</p>

- **Fuzzing exercises**
<p>More info here [fuzzing.md](Fuzzing-Module-SEiP/fuzzing.md)</p>

0 comments on commit 1ff1fb0

Please sign in to comment.