Community Page
- toxicsoftware.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- thank you for the information..
- I'm interested in migrating an EE site to WordPress, but I'm not as tech savvy as you. Do you ever do freelance jobs?
- just found your page, do you if there is a "generic" bluetooth app to remote control the nxt with a mac book? your software works only with space navigator?
- Three things: www.bitbucket.org causes a certificate problem because of the "www" subdomain. Pure python keychain access:...
- Hi. So can you please provide the the code for that application? Would be really appreciated!
Jump to original thread »
MacFUSE has been taking the Mac development community by storm. I’ve been hoping for a while that Fuse would get ported to Mac OS X, and Amit Singh fortunately obliged. I won’t bother elaborating on what MacFUSE is, Amit does a fine job of that himself, however I would
... Continue reading »
2 years ago
2 years ago
Is it possible to have a VFS mounted in only one applications address space? I'm trying to find a way to encrypt a directory of python scripts and have them mounted virtually inside the host application in order to make it harder for hackers to see whats going on. Basically I don't want to mount the FS and then have it accessible via the Finder for example, only in the application that mounts it (I presume this is possible via the C API)
Possible?
2 years ago
I dont think you can mount something completely privately like that. I think you can suprress the notifications that get sent when a volume is mounted though.
But can't you do what you're trying to with normal python .zip format modules?
2 years ago
Thats very very interesting to learn about! Does it handle encryption though? That would be perfect!
2 years ago
There's no encryption in (Mac) FUSE or my objc wrapper.
2 years ago
2 years ago