tnk2908's picture
Update README.md
cce21f1
|
raw
history blame
522 Bytes

AI Text Steganography

Description

  • This is the baseline implementation of AI Text Steganography for our final project in Software Designing and Applied Information Security courses in HCMUS-VNU.
  • Our project focuses on hiding data inside a text sequence generated by LLMs (e.g. GPT-2).
  • We took inspiration from Kirchenbauer et al.

Members

  • Tran Nam Khanh
  • Phan Le Dac Phu

TODO lists

  • Baseline code.
  • CLI.
  • Hashing schemes.
  • Rest API.
  • Basic Demo