You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/pages/about.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ permalink: /about/
7
7
8
8
## What is IPCrypt?
9
9
10
-
IPCrypt is a simple, open specification that suggests methods for encrypting and obfuscating IP addresses. Created by volunteers, it offers both deterministic format-preserving and non-deterministic approaches that work with both IPv4 and IPv6 addresses.
10
+
IPCrypt is a simple, open specification that suggests methods for encrypting and obfuscating IP addresses. It offers both deterministic format-preserving and non-deterministic approaches that work with both IPv4 and IPv6 addresses.
11
11
12
-
This community-driven effort was inspired by privacy concerns highlighted in [RFC6973](https://datatracker.ietf.org/doc/html/rfc6973) and [RFC7258](https://datatracker.ietf.org/doc/html/rfc7258) about pervasive monitoring and data collection. We aimed to help maintain the practical utility of IP addresses in network operations while addressing these privacy considerations.
12
+
This community effort was inspired by privacy concerns highlighted in [RFC6973](https://datatracker.ietf.org/doc/html/rfc6973) and [RFC7258](https://datatracker.ietf.org/doc/html/rfc7258) about pervasive monitoring and data collection. We aimed to help maintain the practical utility of IP addresses in network operations while addressing these privacy considerations.
<h1 class="text-4xl md:text-5xl font-bold mb-6">A Community Approach to IP Address Encryption</h1>
11
11
<p class="text-xl max-w-3xl mx-auto mb-8">
12
-
IPCrypt is a free, open specification created by volunteers to help encrypt and obfuscate IP addresses, balancing privacy considerations with practical network operations.
12
+
IPCrypt is a free, open specification for encrypting and obfuscating IP addresses, balancing privacy considerations with practical network operations.
<h2 class="text-3xl font-bold mb-6 text-center">A Community Approach</h2>
91
91
<div class="max-w-3xl mx-auto">
92
92
<p class="text-lg mb-6">
93
-
IPCrypt is a <strong>volunteer-created specification</strong> that tries to be practical and easy to implement. We've focused on clarity and simplicity so that anyone can understand and use it, regardless of their resources or expertise.
93
+
IPCrypt is an <strong>open specification</strong> that tries to be practical and easy to implement. We've focused on clarity and simplicity so that anyone can understand and use it, regardless of their resources or expertise.
94
94
</p>
95
95
<p class="text-lg mb-6">
96
96
We've built on existing, well-tested cryptographic methods rather than creating new ones. Our goal is to provide a helpful resource that can be freely implemented in any programming language or environment.
@@ -149,7 +149,7 @@ permalink: /
149
149
<div class="md:w-2/3 mb-6 md:mb-0 md:pr-8">
150
150
<h3 class="text-xl font-bold mb-3">Freely Available in Several Programming Languages</h3>
151
151
<p class="mb-4">
152
-
Thanks to community contributors, IPCrypt has been implemented in Python, C, Rust, JavaScript, Go, Zig, PHP, D, and more, making it accessible to developers across different platforms.
152
+
IPCrypt has been implemented in Python, C, Rust, JavaScript, Go, Zig, PHP, D, and more, making it accessible to developers across different platforms.
153
153
</p>
154
154
<p class="mb-6">
155
155
Each implementation is open source and follows the same specification, allowing developers to choose the language that best fits their project.
0 commit comments