| ||||||
| 5/24 |
| 2003/1/9-10 [Computer/SW/Security, Computer/SW/RevisionControl] UID:27040 Activity:very high |
1/9 I need an archive/revision-control system that keep the repository,
which is left a relative public system, encrypted. CVS does not seem
to do that. What is an (free/open-source) alternative?
\_ Do you mean "encrypted on disk" or "requires encrypted
transmission"? CVS does the latter; you need to set CVS_RSH=ssh
and do some more config on the server (there are howtos online).
For the former, maybe a file system that encrypts data to disk?
\_ I mean that the (CVSROOT) repository is encrypted on disk.
I don't need heavy weight encryption. It is to thwart
opportunistic voyeur. -- OP
\_ rot13.
\_ rot26!
\_ chmod 600 your cvsroot |
| 5/24 |
|