Skip to content

Commit 894021f

Browse files
committed
Remove references to volunteers, use 'open specification' instead
1 parent 7029144 commit 894021f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

www/pages/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ permalink: /about/
77

88
## What is IPCrypt?
99

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.
1111

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.
1313

1414
## The Challenge We're Trying to Help With
1515

www/pages/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permalink: /
99
<div class="container mx-auto px-4 py-12 text-center">
1010
<h1 class="text-4xl md:text-5xl font-bold mb-6">A Community Approach to IP Address Encryption</h1>
1111
<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.
1313
</p>
1414
<div class="flex flex-wrap justify-center gap-4">
1515
<a href="{{ site.baseurl }}/about/" class="btn btn-primary">Learn More</a>
@@ -90,7 +90,7 @@ permalink: /
9090
<h2 class="text-3xl font-bold mb-6 text-center">A Community Approach</h2>
9191
<div class="max-w-3xl mx-auto">
9292
<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.
9494
</p>
9595
<p class="text-lg mb-6">
9696
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: /
149149
<div class="md:w-2/3 mb-6 md:mb-0 md:pr-8">
150150
<h3 class="text-xl font-bold mb-3">Freely Available in Several Programming Languages</h3>
151151
<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.
153153
</p>
154154
<p class="mb-6">
155155
Each implementation is open source and follows the same specification, allowing developers to choose the language that best fits their project.

www/pages/resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Compared to approaches like simple hashing, truncation, or tokenization, IPCrypt
246246

247247
#### What programming languages can I find IPCrypt in?
248248

249-
Thanks to community contributors, IPCrypt has been implemented in several programming languages, including:
249+
IPCrypt has been implemented in several programming languages, including:
250250
- Python
251251
- C
252252
- Rust
@@ -303,4 +303,4 @@ If you have questions about IPCrypt:
303303

304304
1. **GitHub Issues**: You can post questions on the [GitHub repository]({{ site.github_repo }}/issues)
305305
2. **Join In**: Feel free to share your experiences or suggestions
306-
3. **Reach Out**: The volunteer contributors might be able to help with specific questions
306+
3. **Reach Out**: The contributors might be able to help with specific questions

0 commit comments

Comments
 (0)