1
0
mirror of https://github.com/5im-0n/sshenc.sh.git synced 2025-08-02 19:30:05 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
s2
c83123b09a typo 2019-01-16 21:08:32 +01:00
s2
c396aff4ca load bootstrap from cdn 2019-01-16 21:07:17 +01:00
s2
97ac513122 nicer homepage 2019-01-16 20:58:34 +01:00
20 changed files with 6 additions and 38107 deletions

View File

@@ -5,7 +5,7 @@ If you received a message from someone that was encrypted with this script, you
```
bash <(curl -s https://sshenc.sh/sshenc.sh) -s ~/.ssh/id_rsa < file-containing-the-encrypted-text.txt
```
sshenc.sh uses openssl under the hood, so you need to have that installed in yout path to make it work.
sshenc.sh uses openssl under the hood, so you need to have that installed in your path to make it work.
## Install
```

View File

@@ -11,7 +11,7 @@
<title>sshenc.sh</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- my own stuff -->
<link href="main.css" rel="stylesheet">
@@ -54,14 +54,14 @@
<!-- Page Content -->
<div class="container">
<div class="row">
<div id="md"></div>
<div class="col-lg-12">
<div id="md"></div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/markdown-it/8.4.2/markdown-it.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/markdown-it/8.4.2/markdown-it.min.js"></script>
<script>
var md = window.markdownit();
fetch('README.md')

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

10364
vendor/jquery/jquery.js vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long