Changes between Version 14 and Version 15 of Security
- Timestamp:
- 2008-01-23T03:20:28Z (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Security
v14 v15 1 1 = Security Considerations = 2 2 3 This page exists so that there is a single place to go to learn about the 4 general security properties of Tahoe, as well as about any current known 5 issues that might have security consequences. 3 = General Security Properties of Tahoe = 4 5 Please read [http://allmydata.org/source/tahoe/trunk/docs/about.html the about page] for a simple explanation of what security properties Tahoe offers. 6 7 For technical details about how those properties are enforced, see the [source:docs/architecture.txt the architecture document]. 6 8 7 9 = Current Known Security Issues in Tahoe = … … 20 22 21 23 For the present, a good work-around is that if you want to store and view a file on Tahoe and you want that file to remain private, then remove from that file any hyperlinks pointing to other people's servers and remove any !JavaScript unless you are sure that the !JavaScript is not written to maliciously leak access. 22 23 = General Security Properties of Tahoe =24 25 This will eventually be a summary of the general properties of the Tahoe secure decentralized filesystem.26 27 For technical details, there is [source:docs/architecture.txt the architecture document].28