Skip to content

Commit 5557b6f

Browse files
author
randomguy70
committed
updated readme
1 parent a16cb38 commit 5557b6f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# *BitSlide*
2-
1+
<p style="text-align:center"> # *BitSlide* </p>
32
## ***BitSlide*** is an lightning-fast encryption program similar to `AES` (Advanced Encryption Standard). It utilizes `SHA-256` hashing to scramble any file into an unrecognizable mess only recoverable with the *exact* original password.
43

54
The fact that ***Bitslide*** is open source **does not** mean that it can be hacked, because the encryption process is entirely dependent on the password. In other words, if you change one character of your password, the encrypted output will be entirely different! If your password is at least 8 characters and not obvious, it would take many millions of years for a hacker to crack it.
65

7-
## Building
6+
# Building
87

98
***BitSlide*** is written in pure C as a command-line tool, so building it from source is super easy!
109

@@ -26,7 +25,7 @@ To run ***BitSlide***, grab the latest release or see the instructions above to
2625

2726
**Note**: Make sure you enter the necessary command line arguments!
2827

29-
## Command Line Arguments
28+
# Command Line Arguments
3029

3130
Usage:
3231
bitslide [options] -i "filename"

0 commit comments

Comments
 (0)