this post was submitted on 15 Sep 2023
4 points (100.0% liked)

IPFS

715 readers
1 users here now

Community for the InterPlanetary File System.

Website: https://www.ipfs.tech Github: https://github.com/ipfs/ipfs/

IRC: #ipfs on libera.chat
Matrix Space: #ipfs-space:ipfs.io
Discord: https://discord.gg/DrPFqa2

Forums: https://discuss.ipfs.tech/

Other IPFS communities on Lemmy

founded 5 years ago
MODERATORS
 

I like the IPFS technology as an idea, I can pin my files I guess, but I don't know any communities or services that I wanna use that leverage IPFS.

I was wondering what y'all are using.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] jeffhykin@lemm.ee 3 points 5 months ago* (last edited 5 months ago) (1 children)

The one thing I use it for is lesspass (if you've heard of it then see the note at the bottom). It is a site that hashes content (site, username, password) to, somewhat problematically, generate a new password deterministicly.

I downloaded the HTML, verified they're not doing anything shady, and then put the HTML file on IPFS so that 1. I could self-host and always get it even if their site was down, but also 2. Know that they didn't update the site and suddenly start harvesting peoples master passwords.

The bigger usecase for IPFS though would be for something like Nix with people being able to share precompiled binaries through IPFS (which is in the works). IPFS more of a foundation tool, not an end-user tool.

Side note: while lesspass doesnt live up to the hype, but it can be useful... I mean useful if you don't really use it as intended.

[โ€“] liminal@lemmy.ml 2 points 5 months ago

*programmatically

You could put the copy of the password generator on a server owned by you to almost equivalent results, but IPFS is useful here because I can use the copy you've made (after checking once it's not malicious) and keep safely using it knowing nobody has the power to swap it for something malicious, or the hash would be different.

Should we practice what we preach here? Wanna post the address here?