Skip to content

Commit 992d1b7

Browse files
committed
Add Java
1 parent 83f1ebd commit 992d1b7

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

www/pages/implementations.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
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.
55
permalink: /implementations/
66
---
77

@@ -65,6 +65,15 @@ Below is a comprehensive list of all available IPCrypt implementations. Click on
6565
</p>
6666
</div>
6767

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+
6877
<div class="implementation-card">
6978
<span class="language-badge">Lua</span>
7079
<h3 class="text-xl font-bold">Lua</h3>
@@ -210,6 +219,16 @@ Below is a comprehensive list of all available IPCrypt implementations. Click on
210219
<td class="py-2 px-4 border text-center">✓</td>
211220
<td class="py-2 px-4 border">ISC</td>
212221
</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>
213232
<tr>
214233
<td class="py-2 px-4 border">Lua</td>
215234
<td class="py-2 px-4 border">Native</td>

0 commit comments

Comments
 (0)