Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,18 @@
|
|
1 |
# AI Text Steganography
|
2 |
-
|
3 |
- This is the baseline implementation of AI Text Steganography for our final project in Software Designing and Applied Information Security courses in HCMUS-VNU.
|
4 |
- Our project focuses on hiding data inside a text sequence generated by LLMs (e.g. GPT-2).
|
5 |
- We took inspiration from [Kirchenbauer et al](https://arxiv.org/abs/2301.10226).
|
6 |
## Members
|
7 |
- Tran Nam Khanh
|
8 |
- Phan Le Dac Phu
|
9 |
-
|
10 |
- [x] Baseline code.
|
11 |
- [x] CLI.
|
12 |
- [x] Hashing schemes.
|
13 |
-
- [
|
14 |
-
- [x] Basic Demo
|
|
|
|
|
|
|
|
|
|
1 |
# AI Text Steganography
|
2 |
+
## Description
|
3 |
- This is the baseline implementation of AI Text Steganography for our final project in Software Designing and Applied Information Security courses in HCMUS-VNU.
|
4 |
- Our project focuses on hiding data inside a text sequence generated by LLMs (e.g. GPT-2).
|
5 |
- We took inspiration from [Kirchenbauer et al](https://arxiv.org/abs/2301.10226).
|
6 |
## Members
|
7 |
- Tran Nam Khanh
|
8 |
- Phan Le Dac Phu
|
9 |
+
## TODO lists
|
10 |
- [x] Baseline code.
|
11 |
- [x] CLI.
|
12 |
- [x] Hashing schemes.
|
13 |
+
- [x] Rest API.
|
14 |
+
- [x] Basic Demo.
|
15 |
+
- [ ] Statistical experiments.
|
16 |
+
- [ ] Attack strategies
|
17 |
+
- [ ] White-box
|
18 |
+
- [ ] Black-box
|