tnk2908 commited on
Commit
70a76e4
1 Parent(s): 50b0c43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -1,14 +1,18 @@
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
- - [ ] Rest API.
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