|
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, Java, 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, Kotlin, AWK, Dart, Zig, PHP, and D. |
5 | 5 | permalink: /implementations/ |
6 | 6 | --- |
7 | 7 |
|
@@ -110,6 +110,24 @@ Below is a comprehensive list of all available IPCrypt implementations. Click on |
110 | 110 | </p> |
111 | 111 | </div> |
112 | 112 |
|
| 113 | + <div class="implementation-card"> |
| 114 | + <span class="language-badge">Kotlin</span> |
| 115 | + <h3 class="text-xl font-bold">Kotlin</h3> |
| 116 | + <p>Native implementation for Kotlin applications.</p> |
| 117 | + <p class="mt-4"> |
| 118 | + <a href="https://github.com/jedisct1/ipcrypt-kotlin" class="btn btn-primary btn-sm" target="_blank" rel="noopener">GitHub</a> |
| 119 | + </p> |
| 120 | + </div> |
| 121 | + |
| 122 | + <div class="implementation-card"> |
| 123 | + <span class="language-badge">AWK</span> |
| 124 | + <h3 class="text-xl font-bold">AWK</h3> |
| 125 | + <p>Lightweight implementation for AWK scripting.</p> |
| 126 | + <p class="mt-4"> |
| 127 | + <a href="https://github.com/jedisct1/ipcrypt.awk" class="btn btn-primary btn-sm" target="_blank" rel="noopener">GitHub</a> |
| 128 | + </p> |
| 129 | + </div> |
| 130 | + |
113 | 131 | <div class="implementation-card"> |
114 | 132 | <span class="language-badge">Dart</span> |
115 | 133 | <h3 class="text-xl font-bold">Dart</h3> |
@@ -269,6 +287,26 @@ Below is a comprehensive list of all available IPCrypt implementations. Click on |
269 | 287 | <td class="py-2 px-4 border text-center">✓</td> |
270 | 288 | <td class="py-2 px-4 border">ISC</td> |
271 | 289 | </tr> |
| 290 | + <tr> |
| 291 | + <td class="py-2 px-4 border">Kotlin</td> |
| 292 | + <td class="py-2 px-4 border">Native</td> |
| 293 | + <td class="py-2 px-4 border text-center">✓</td> |
| 294 | + <td class="py-2 px-4 border text-center">✓</td> |
| 295 | + <td class="py-2 px-4 border text-center">✓</td> |
| 296 | + <td class="py-2 px-4 border text-center">✓</td> |
| 297 | + <td class="py-2 px-4 border text-center">✓</td> |
| 298 | + <td class="py-2 px-4 border">ISC</td> |
| 299 | + </tr> |
| 300 | + <tr> |
| 301 | + <td class="py-2 px-4 border">AWK</td> |
| 302 | + <td class="py-2 px-4 border">Native</td> |
| 303 | + <td class="py-2 px-4 border text-center">✓</td> |
| 304 | + <td class="py-2 px-4 border text-center">✓</td> |
| 305 | + <td class="py-2 px-4 border text-center">✓</td> |
| 306 | + <td class="py-2 px-4 border text-center">✓</td> |
| 307 | + <td class="py-2 px-4 border text-center">✓</td> |
| 308 | + <td class="py-2 px-4 border">ISC</td> |
| 309 | + </tr> |
272 | 310 | <tr> |
273 | 311 | <td class="py-2 px-4 border">Dart</td> |
274 | 312 | <td class="py-2 px-4 border">Native</td> |
|
0 commit comments