File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Cryptographic-Key-Master
2
2
Cryptographic Key Master is an application designed to make it easier for software developers to generate various hashes and keys.
3
+
4
+ ## Author
5
+
6
+ - [ @CodingMarius ] ( https://www.github.com/CodingMarius )
7
+
8
+
9
+ ## Bilder
10
+
11
+ ![ App Screenshot] ( https://github.com/CodingMarius/Cryptographic-Key-Master/raw/main/readme/screenshots/1.png )
12
+
13
+ ![ App Screenshot] ( https://github.com/CodingMarius/Cryptographic-Key-Master/raw/main/readme/screenshots/2.png )
14
+
15
+ ![ App Screenshot] ( https://github.com/CodingMarius/Cryptographic-Key-Master/raw/main/readme/screenshots/3.png )
16
+
17
+ ![ App Screenshot] ( https://github.com/CodingMarius/Cryptographic-Key-Master/raw/main/readme/screenshots/4.png )
18
+
19
+
20
+ ## Deployment
21
+
22
+ To deploy this project run
23
+
24
+ Installation
25
+ ``` bash
26
+ npm install
27
+ ```
28
+ Development
29
+ ``` bash
30
+ npm run dev
31
+ ```
32
+ Production
33
+ ``` bash
34
+ npm run prod
35
+ ```
36
+
You can’t perform that action at this time.
0 commit comments