Skip to content

Commit 372d716

Browse files
committed
up
1 parent f529959 commit 372d716

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

www/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@
5050
},
5151
"dependencies": {
5252
"alpinejs": "^3.12.3",
53+
"canvas": "^3.1.0",
5354
"prismjs": "^1.29.0"
5455
},
5556
"browserslist": [
5657
"> 1%",
5758
"last 2 versions",
5859
"not dead"
5960
]
60-
}
61+
}

www/pages/implementations.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@ permalink: /implementations/
99

1010
IPCrypt has been implemented in multiple programming languages to ensure broad accessibility and ease of integration across different platforms and environments. Each implementation follows the specification and provides the same cryptographic guarantees.
1111

12-
## Consistent Implementation Approach
13-
14-
IPCrypt's elegant simplicity is reflected in its implementations. By relying exclusively on established cryptographic standards, IPCrypt ensures:
15-
16-
- **Consistent Behavior**: All implementations produce identical results for the same inputs
17-
- **Simplified Adoption**: Clear specifications make implementation straightforward
18-
- **Reduced Complexity**: No proprietary algorithms or complex dependencies
19-
- **Cross-Platform Reliability**: Works consistently across diverse environments
20-
- **Interoperability**: Different implementations can work together seamlessly
21-
22-
This pragmatic approach prioritizes reliability and ease of adoption over unnecessary complexity, making IPCrypt an ideal solution for organizations needing secure IP address encryption.
23-
2412
## Available Implementations
2513

2614
Below is a comprehensive list of all available IPCrypt implementations. Click on an implementation to view detailed documentation, installation instructions, and usage examples.

0 commit comments

Comments
 (0)