Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -7,14 +7,6 @@ sdk: docker
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
---
|
11 |
-
title: Secure KeyLock Decoder API
|
12 |
-
sdk: docker
|
13 |
-
app_port: 7860
|
14 |
-
colorFrom: pink
|
15 |
-
colorTo: pink
|
16 |
-
---
|
17 |
-
|
18 |
# Secure KeyLock Decoder API
|
19 |
|
20 |
This is a server-side API plugin running in a Docker container on Hugging Face Spaces. It provides a secure, public endpoint to decrypt messages from images created with the KeyLock steganography application.
|
@@ -42,13 +34,13 @@ The process involves two main steps: encrypting the data into an image, and then
|
|
42 |
**Service Public Key:**
|
43 |
```pem
|
44 |
-----BEGIN PUBLIC KEY-----
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-----END PUBLIC KEY-----
|
53 |
```
|
54 |
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
# Secure KeyLock Decoder API
|
11 |
|
12 |
This is a server-side API plugin running in a Docker container on Hugging Face Spaces. It provides a secure, public endpoint to decrypt messages from images created with the KeyLock steganography application.
|
|
|
34 |
**Service Public Key:**
|
35 |
```pem
|
36 |
-----BEGIN PUBLIC KEY-----
|
37 |
+
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3U12blsrWcopidojVmzZ
|
38 |
+
cdbk+OwRAbU1dJyrlccSQyejXSCeBZjexVO129UyBP+u+/TsQSp7t2s3DoRaSq6s
|
39 |
+
X8mxMVcwYKB/6UPmEiwBIRGudDgMzHHEVzYm8fznJSwZr+kj4ox+rk2xopB64wIb
|
40 |
+
EqGaY/GC1JXm+8dRUh8h/5ZOxftRXmIF2xwPjTEV7jMOGIhCgPQ0Jf+yuAfGmj1/
|
41 |
+
1L9su5JW+UzgCbiYkDWccUqna4yBpdjybgXs7ZhbRQMjqyakS/qnXlLSh/FvD/Oi
|
42 |
+
xb9UiBpRJS3jmTMnqbYU19PigVkm7kpY0zubpiyp2p8UL7OODqxnWCetjQ6b3tyL
|
43 |
+
UwIDAQAB
|
44 |
-----END PUBLIC KEY-----
|
45 |
```
|
46 |
|