added tools page
parent
d6c7d77e46
commit
99f3032ea7
|
@ -1,2 +1,2 @@
|
||||||
FROM nginx:latest
|
FROM nginx:alpine
|
||||||
COPY public /usr/share/nginx/html
|
COPY public /usr/share/nginx/html
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "Home"
|
title: "Home"
|
||||||
---
|
---
|
||||||
# Johannes Bülow IT Consulting & Service
|
# Johannes Bülow: IT Consulting & Service
|
||||||
**Consulting und Support für IT-Sicherheit, Linux, Hosting, Entwicklung und mehr**
|
**Consulting und Support für IT-Sicherheit, Linux, Hosting, Entwicklung und mehr**
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: "Tools"
|
||||||
|
---
|
||||||
|
# Tools
|
||||||
|
Sammlung von selbst-programmierten tools
|
||||||
|
|
||||||
|
## [Crypttool (WIP)](https://crypttool.jmbit.de)
|
||||||
|
Verschlüsselt eine Datei im Browser mit einem zufällig generierten Passwort, ohne dass die Datei den PC verlässt.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue