Skip to content

Commit 647acda

Browse files
authored
Update README.md
1 parent 462a2ab commit 647acda

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ SecureIPFS is an application and library set that integrates the InterPlanetary
1010
## For developers
1111

1212
1. **IPFS Kubo Implementation.**
13-
- I can do this but some help would be appreciated.
14-
- Just need to add IPFS Kubo implementation - this is just a front end for IPFS Get and IPFS Add.
13+
- Complete
1514

1615
2. **Keycard Implementation.**
17-
- This is stage two and if you are a developer wanting to help, make a fork, see /Docs/* and add your software, finish / upload with a pull request.
18-
- Ive therorised a way to securely use the keycard for encrypting and decrypting data. Since a EDCSA Signature is unique to the signers private key and the data they are signing. This is all we need.
19-
- You just reverse the process, the file is not being signed, the users unique passphrase is. This way the unique EDCSA signature is unique to the user and the application,
20-
- This way an attacker cannot decrypt the IPFS data without the keycard, and they cant just scan the keycard, the need to know the passphrase used for that file, and swipe or otherwise steal the keycard.
21-
- This is a way of using in vivo crypto coprocessors for secure MFA and file privacy / security.
16+
- Complete
17+
18+
3. **Ways to contribute:**
19+
- Anything in issues is fair game to fix or submit an enhancement for.
2220

2321

2422
## From Dangerous Things with love.

0 commit comments

Comments
 (0)