Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PCom Labs Text
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Radu STOICAN
PCom Labs Text
Commits
c8e4ca7f
Commit
c8e4ca7f
authored
10 months ago
by
Vlad-Andrei BĂDOIU (78692)
Browse files
Options
Downloads
Patches
Plain Diff
Fixed added by Corneliu
parent
e9525b53
Branches
main
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/lab11/crypto/signatures.md
+1
-1
1 addition, 1 deletion
src/lab11/crypto/signatures.md
src/lab11/exercises.md
+2
-2
2 additions, 2 deletions
src/lab11/exercises.md
with
3 additions
and
3 deletions
src/lab11/crypto/signatures.md
+
1
−
1
View file @
c8e4ca7f
...
...
@@ -15,7 +15,7 @@ hashing.
-
Alice calculează rezumatul mesajului R = H(M)
\
-
Alice criptează acest rezumat cu cheia secretă obținând un cifru C = E(R, SA)
\
-
Alice trimite perechea (M, C) către Bob
\
-
Bob obține cheia publică P
Ă
a lui Alice
\
-
Bob obține cheia publică P
A
a lui Alice
\
-
Bob primește perechea (M, C)
\
-
Bob calculează propriul rezumat R = H(M)
\
-
Bob decripteaza C folosind cheia publică R0 = D(C, PA)
\
...
...
This diff is collapsed.
Click to expand it.
src/lab11/exercises.md
+
2
−
2
View file @
c8e4ca7f
...
...
@@ -30,8 +30,8 @@ Rulați `make` și rulați topologia (`sudo python3 topo.py`):
comunică Alice și Bob între ei, modificați atât clientul cât și serverul astfel
încât toate datele să fie criptate.
Pentru ca Alice și Bob să aibă aceeași cheie, aceasta va fi generată de Alice și
transmisă în primul mesaj către Bob. V
i
m folosi urmatorul API din
`tea.h`
. Vom
face
lucra in
`client.c`
si
`server.c`
.
transmisă în primul mesaj către Bob. V
o
m folosi urmatorul API din
`tea.h`
. Vom
lucra in
`client.c`
si
`server.c`
.
```
c
/* Cripteaza un mesaj cu cheia k */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment