Hello there,

I have a ccnet.config file which uses my login details to a Accurev s
server.


Here is a example:


<sourcecontrol type="accurev">
        <executable>C:\Program Files\AccuRev\bin\accurev.exe</
executable>
        <autoGetSource>true</autoGetSource>
        <workspace>C:\Build\Stage1</workspace>
        <labelOnSuccess>false</labelOnSuccess>
        <login>true</login>
        <password>PASSWORD</password>
        <principal>LOGIN</principal>
</sourcecontrol>


The problem is that the USERNAME and PASSWORD are stored as plain
text
which is a real problem on a machine accessible by anyone working in
the company.


Is there a way I can encrypt the details in some way?




Reply via email to