File size: 462 Bytes
9c40653
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# WIP


## Run the encrypt_students script

- If you don't want the emails to be public, run this script to encrypt the emails of the students.
- This will create a new file in the public/files/ directory.
- Place your file with the students' emails in the private/ directory (do not commit this file to the repository).

```bash
python encrypt_students.py --students-file private/students.json --encrypted-students-file public/files/students_encrypted.json
```