|
1 | 1 | --- |
2 | 2 | layout: page |
3 | 3 | title: IPCrypt Implementations |
4 | | -description: Explore the various implementations of IPCrypt across different programming languages, including Python, C, Rust, JavaScript, Go, Ruby, Dart, Zig, PHP, and D. |
| 4 | +description: Explore the various implementations of IPCrypt across different programming languages, including Python, C, Rust, JavaScript, Go, Java, Ruby, Dart, Zig, PHP, and D. |
5 | 5 | permalink: /implementations/ |
6 | 6 | --- |
7 | 7 |
|
@@ -65,6 +65,15 @@ Below is a comprehensive list of all available IPCrypt implementations. Click on |
65 | 65 | </p> |
66 | 66 | </div> |
67 | 67 |
|
| 68 | + <div class="implementation-card"> |
| 69 | + <span class="language-badge">Java</span> |
| 70 | + <h3 class="text-xl font-bold">Java</h3> |
| 71 | + <p>Native implementation for Java applications.</p> |
| 72 | + <p class="mt-4"> |
| 73 | + <a href="https://github.com/jedisct1/ipcrypt-java" class="btn btn-primary btn-sm" target="_blank" rel="noopener">GitHub</a> |
| 74 | + </p> |
| 75 | + </div> |
| 76 | + |
68 | 77 | <div class="implementation-card"> |
69 | 78 | <span class="language-badge">Lua</span> |
70 | 79 | <h3 class="text-xl font-bold">Lua</h3> |
@@ -210,6 +219,16 @@ Below is a comprehensive list of all available IPCrypt implementations. Click on |
210 | 219 | <td class="py-2 px-4 border text-center">✓</td> |
211 | 220 | <td class="py-2 px-4 border">ISC</td> |
212 | 221 | </tr> |
| 222 | + <tr> |
| 223 | + <td class="py-2 px-4 border">Java</td> |
| 224 | + <td class="py-2 px-4 border">Native</td> |
| 225 | + <td class="py-2 px-4 border text-center">✓</td> |
| 226 | + <td class="py-2 px-4 border text-center">✓</td> |
| 227 | + <td class="py-2 px-4 border text-center">✓</td> |
| 228 | + <td class="py-2 px-4 border text-center">✓</td> |
| 229 | + <td class="py-2 px-4 border text-center">✓</td> |
| 230 | + <td class="py-2 px-4 border">ISC</td> |
| 231 | + </tr> |
213 | 232 | <tr> |
214 | 233 | <td class="py-2 px-4 border">Lua</td> |
215 | 234 | <td class="py-2 px-4 border">Native</td> |
|
0 commit comments