Skip to content

Commit 22c6a4c

Browse files
committed
chore: update js-lint to 0.2.11 and delete .prettierrc since its no longer needed
1 parent 0528b07 commit 22c6a4c

File tree

4 files changed

+39
-26
lines changed

4 files changed

+39
-26
lines changed

.prettierrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 34 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,41 @@
1616

1717
## What is Polykey?
1818

19-
**Polykey is an open-source, peer-to-peer system** that addresses the critical challenge in cybersecurity: **the secure sharing and delegation of authority**, in the form of secrets like keys, tokens, certificates, and passwords.
20-
21-
It allows users including developers, organizations, and machines—to **store these secrets in encrypted vaults on their own devices, and share them directly with trusted parties.**
22-
23-
- **All data is end-to-end encrypted**, both in transit and at rest, eliminating the risk associated with third-party storage.
24-
- **Polykey provides a command line interface**, desktop and mobile GUI, and a web-based control plane for organizational management.
25-
- By treating secrets as tokenized authority, it offers a fresh approach to **managing and delegating authority in zero-trust architectures** without adding burdensome policy complexity - a pervasive issue in existing zero-trust systems.
26-
- Unlike complex self-hosted secrets management systems that require specialized skills and infrastructure, Polykey is **installed and running directly from the end-user device**.
27-
- It is built to **automatically navigate network complexities** like NAT traversal, connecting securely to other nodes without manual configuration.
19+
**Polykey is an open-source, peer-to-peer system** that addresses the critical
20+
challenge in cybersecurity: **the secure sharing and delegation of authority**,
21+
in the form of secrets like keys, tokens, certificates, and passwords.
22+
23+
It allows users including developers, organizations, and machines—to **store
24+
these secrets in encrypted vaults on their own devices, and share them directly
25+
with trusted parties.**
26+
27+
- **All data is end-to-end encrypted**, both in transit and at rest, eliminating
28+
the risk associated with third-party storage.
29+
- **Polykey provides a command line interface**, desktop and mobile GUI, and a
30+
web-based control plane for organizational management.
31+
- By treating secrets as tokenized authority, it offers a fresh approach to
32+
**managing and delegating authority in zero-trust architectures** without
33+
adding burdensome policy complexity - a pervasive issue in existing zero-trust
34+
systems.
35+
- Unlike complex self-hosted secrets management systems that require specialized
36+
skills and infrastructure, Polykey is **installed and running directly from
37+
the end-user device**.
38+
- It is built to **automatically navigate network complexities** like NAT
39+
traversal, connecting securely to other nodes without manual configuration.
2840

2941
**Key features:**
3042

31-
- **Decentralized Encrypted Storage** - No storage of secrets on third parties, secrets are stored on your device and synchronised point-to-point between Polykey nodes.
32-
- **Secure Peer-to-Peer Communication** - Polykey bootstraps TLS keys by federating trusted social identities (e.g. GitHub).
33-
- **Secure Computational Workflows** - Share static secrets (passwords, keys, tokens and certificates) with people, between teams, and across machine infrastructure. Create dynamic (short-lived) smart-tokens with embedded policy for more sophisticated zero-trust authority verification.
34-
- With Polykey Enterprise, you can create private networks of Polykey nodes and apply mandatory policy governing node behaviour.
43+
- **Decentralized Encrypted Storage** - No storage of secrets on third parties,
44+
secrets are stored on your device and synchronised point-to-point between
45+
Polykey nodes.
46+
- **Secure Peer-to-Peer Communication** - Polykey bootstraps TLS keys by
47+
federating trusted social identities (e.g. GitHub).
48+
- **Secure Computational Workflows** - Share static secrets (passwords, keys,
49+
tokens and certificates) with people, between teams, and across machine
50+
infrastructure. Create dynamic (short-lived) smart-tokens with embedded policy
51+
for more sophisticated zero-trust authority verification.
52+
- With Polykey Enterprise, you can create private networks of Polykey nodes and
53+
apply mandatory policy governing node behaviour.
3554

3655
## Table of Contents
3756

@@ -89,4 +108,5 @@ git push --tags
89108

90109
## License
91110

92-
Polykey is licensed under the GPLv3, you may read the terms of the license [here](LICENSE).
111+
Polykey is licensed under the GPLv3, you may read the terms of the license
112+
[here](LICENSE).

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"minimatch": "^10.0.1"
123123
},
124124
"devDependencies": {
125-
"@matrixai/lint" : "^0.2.6",
125+
"@matrixai/lint" : "^0.2.11",
126126
"@fast-check/jest": "^2.1.1",
127127
"@swc/core": "1.3.82",
128128
"@swc/jest": "^0.2.29",

0 commit comments

Comments
 (0)