Skip to content

Commit 33bd3cb

Browse files
committed
Update language to clarify IPCrypt is a proposed solution, not yet standardized
1 parent d5fe92a commit 33bd3cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

www/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
title: IPCrypt
55
description: >-
66
Methods for IP Address Encryption and Obfuscation -
7-
A standardized approach to encrypting and obfuscating IP addresses
7+
A proposed approach to encrypting and obfuscating IP addresses
88
for privacy preservation and operational use.
99
baseurl: "" # empty for root URL
1010
url: "https://ipcrypt-std.github.io" # the base hostname & protocol for your site

www/pages/implementations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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-
## Standardized Implementation Approach
12+
## Consistent Implementation Approach
1313

1414
IPCrypt's elegant simplicity is reflected in its implementations. By relying exclusively on established cryptographic standards, IPCrypt ensures:
1515

@@ -133,7 +133,7 @@ All implementations provide the following features:
133133

134134
## Choosing an Implementation
135135

136-
Thanks to IPCrypt's standardized approach, all implementations provide identical cryptographic guarantees and functionality. This means you can choose an implementation based primarily on practical considerations rather than security differences:
136+
Thanks to IPCrypt's consistent approach, all implementations provide identical cryptographic guarantees and functionality. This means you can choose an implementation based primarily on practical considerations rather than security differences:
137137

138138
1. **Language Compatibility**: Choose an implementation that integrates well with your existing codebase
139139
2. **Performance Requirements**: Some implementations (like C and Rust) may offer better performance

www/pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ permalink: /
9090
<h2 class="text-3xl font-bold mb-6 text-center">Pragmatic Standardization</h2>
9191
<div class="max-w-3xl mx-auto">
9292
<p class="text-lg mb-6">
93-
IPCrypt serves as a <strong>standardized solution</strong> that prioritizes reliability and ease of adoption over unnecessary complexity. By providing clear guidance and interoperability, IPCrypt enables organizations to implement secure IP address encryption with confidence.
93+
IPCrypt serves as a <strong>proposed solution</strong> that prioritizes reliability and ease of adoption over unnecessary complexity. By providing clear guidance and interoperability, IPCrypt enables organizations to implement secure IP address encryption with confidence.
9494
</p>
9595
<p class="text-lg mb-6">
9696
Rather than reinventing the wheel, IPCrypt leverages well-established cryptographic primitives and provides a consistent framework that can be implemented across diverse environments and programming languages.

0 commit comments

Comments
 (0)