Update 'README.md'
This commit is contained in:
@@ -12,3 +12,5 @@ Generates a wav file with keyboard sounds matching the privided input string. On
|
|||||||
|
|
||||||
Minimalistic solver example that samples the audio stream, and on detecting the start/end of sounds, calculates the average volume of that keystroke and maps it onto an arbitrary mono-alphabetic alphabet. The resulting "substitution cipher" can then be put through a solver to find the original text.
|
Minimalistic solver example that samples the audio stream, and on detecting the start/end of sounds, calculates the average volume of that keystroke and maps it onto an arbitrary mono-alphabetic alphabet. The resulting "substitution cipher" can then be put through a solver to find the original text.
|
||||||
See `test.sh` for an example.
|
See `test.sh` for an example.
|
||||||
|
|
||||||
|
```python3 ./solver.py output.wav```
|
||||||
Reference in New Issue
Block a user