![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| Guest | Encrypting files? Hi! I need a script to encrypt / decrypt file using some good algorithm like RSA or sth like this. It's for home use. For example I would have script that needs password and file name on a start and than encrypts or decrypts file. Woudl be cool if it could recognize extension eg. .enc would be encrypted so if file name is passwords.enc than it decrypts it. RSA algorithm is available through .net classes ( it can be any other algorithm if you know better one). I just feel it would be good to have some extra privacy. Jedrzej |
My System Specs![]() |
| | #2 (permalink) |
| Guest | Re: Encrypting files? Jarod wrote: Quote: > Hi! > > I need a script to encrypt / decrypt file using some good algorithm like RSA > or sth like this. It's for home use. > > For example I would have script that needs password and file name on a start > and than encrypts or decrypts file. > > Woudl be cool if it could recognize extension eg. .enc would be encrypted so > if file name is passwords.enc than it decrypts it. > > RSA algorithm is available through .net classes ( it can be any other > algorithm if you know better one). > > I just feel it would be good to have some extra privacy. > > Jedrzej There are some .NET classes also: http://mshforfun.blogspot.com/2006/0...istrators.html Marco -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com |
My System Specs![]() |
| | #3 (permalink) |
| Guest | Re: Encrypting files? I didn't say i want to encrypt script file i want to encrypt any file to keep my privacy eg. passwords file or private documents... Jedrzej "Marco Shaw [MVP]" wrote: Quote: > Jarod wrote: Quote: > > Hi! > > > > I need a script to encrypt / decrypt file using some good algorithm like RSA > > or sth like this. It's for home use. > > > > For example I would have script that needs password and file name on a start > > and than encrypts or decrypts file. > > > > Woudl be cool if it could recognize extension eg. .enc would be encrypted so > > if file name is passwords.enc than it decrypts it. > > > > RSA algorithm is available through .net classes ( it can be any other > > algorithm if you know better one). > > > > I just feel it would be good to have some extra privacy. > > > > Jedrzej > www.powerlocker.com is an easy solution. > > There are some .NET classes also: > http://mshforfun.blogspot.com/2006/0...istrators.html > > Marco > > -- > Microsoft MVP - Windows PowerShell > http://www.microsoft.com/mvp > > PowerGadgets MVP > http://www.powergadgets.com/mvp > > Blog: > http://marcoshaw.blogspot.com > |
My System Specs![]() |
| | #4 (permalink) |
| Guest | Re: Encrypting files? Jarod wrote: Quote: > I didn't say i want to encrypt script file i want to encrypt any file to keep > my privacy eg. passwords file or private documents... Quote: Quote: for documents and such. How about EFS: http://technet.microsoft.com/en-us/l.../bb457065.aspx -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com |
My System Specs![]() |
| | #5 (permalink) |
| Guest | Re: Encrypting files? the dotnet framework has RSA and other agorithms in there, just google. I can't remember off hand what the namespace is, but its just a few lines of code in C# or powershell to read in a stream of a file, run the RSA algoritm over it, and then write out to a stream. Sincerely, Karl Prosser http://www.powershell.com Jarod wrote: Quote: > Hi! > > I need a script to encrypt / decrypt file using some good algorithm like RSA > or sth like this. It's for home use. > > For example I would have script that needs password and file name on a start > and than encrypts or decrypts file. > > Woudl be cool if it could recognize extension eg. .enc would be encrypted so > if file name is passwords.enc than it decrypts it. > > RSA algorithm is available through .net classes ( it can be any other > algorithm if you know better one). > > I just feel it would be good to have some extra privacy. > > Jedrzej |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Help with Encrypting Files onto a Flash Drive | Vista file management | |||
| Encrypting files without loosing date stamp | Vista security | |||
| encrypting files | Vista security | |||
| Bitlocker not encrypting? | Vista security | |||
| Encrypting offline files | Vista security | |||