Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/crypto/mindmap/index.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/crypto/wiki/CRT/chinese-remainder-theorem.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ x = CRT(b_list, n_list)
---

!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3)
[MohamadAli](https://github.com/w0h4w4d4li)
2 changes: 1 addition & 1 deletion docs/crypto/wiki/dhke/diffie-hellman-key-exchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ txgK:
---

!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3)
[MohamadAli](https://github.com/w0h4w4d4li)
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ _,x,y = xgcd(252, 105)
---

!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3)
[MohamadAli](https://github.com/w0h4w4d4li)
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ $$2^{7} - 2\equiv 126 \equiv 7 \times 18 \equiv 0 \pmod{7}$$
---

!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3)
[MohamadAli](https://github.com/w0h4w4d4li)
2 changes: 1 addition & 1 deletion docs/crypto/wiki/modular-binomials/modular-binomials.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ $$
---

!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3)
[MohamadAli](https://github.com/w0h4w4d4li)
2 changes: 1 addition & 1 deletion docs/crypto/wiki/quadratic-residues/quadratic-residues.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ $$6^{2} \equiv 36 \equiv 1 \pmod{7}$$
---

!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3)
[MohamadAli](https://github.com/w0h4w4d4li)
2 changes: 1 addition & 1 deletion docs/crypto/wiki/rsa/rsa.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ $$M \equiv C^d \equiv 2790^{2753} \equiv 65 \pmod{N}$$
---

!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3)
[MohamadAli](https://github.com/w0h4w4d4li)
2 changes: 1 addition & 1 deletion docs/crypto/wiki/tonelli-shanks/tonelli-shanks.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ print("roots : %d, %d" % (r, p - r))
---

!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3)
[MohamadAli](https://github.com/w0h4w4d4li)
2 changes: 1 addition & 1 deletion docs/crypto/writeups/2024/0xL4ughCTF/RSA-GCD.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,5 @@ print(long_to_bytes(pow(c, d, n)))


!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3)
[MohamadAli](https://github.com/w0h4w4d4li)

2 changes: 1 addition & 1 deletion docs/crypto/writeups/2024/BYUCTF/AreSA.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ long_to_bytes(pow(c, d, n))


!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3)
[MohamadAli](https://github.com/w0h4w4d4li)

2 changes: 1 addition & 1 deletion docs/crypto/writeups/2024/BYUCTF/Austen-Supremacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ Chapter.Paragraph.Character


!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3),
[MohamadAli](https://github.com/w0h4w4d4li),
[HIGHer](https://twitter.com/HIGH01012)

2 changes: 1 addition & 1 deletion docs/crypto/writeups/2024/BYUCTF/Times.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ decrypt_flag(shared_secret, ciphertext_dict)


!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3)
[MohamadAli](https://github.com/w0h4w4d4li)

2 changes: 1 addition & 1 deletion docs/crypto/writeups/2024/IdekCTF/GoldenTicket.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ long_to_bytes(m)
---

!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3)
[MohamadAli](https://github.com/w0h4w4d4li)
2 changes: 1 addition & 1 deletion docs/crypto/writeups/2024/LITCTF/SymmetricRSA.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@ print(long_to_bytes(flag))


!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3)
[MohamadAli](https://github.com/w0h4w4d4li)

2 changes: 1 addition & 1 deletion docs/crypto/writeups/2024/SDCTF/ComplexProblem.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,5 @@ $$


!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3)
[MohamadAli](https://github.com/w0h4w4d4li)

2 changes: 1 addition & 1 deletion docs/crypto/writeups/2024/Urmia-CTF/Karaball.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,5 @@ Gprime = ZZ(kprimeinv) * Q


!!! نویسنده
[MohamadAli](https://github.com/wh1te-r0s3)
[MohamadAli](https://github.com/w0h4w4d4li)