I am looking for a way to open a password protected file in Rails. We know the password, so this is not cracking, just opening like normal but with the use of the password.
The client wants to upload a password protected file (details have potential private data in it).
We need to open the file and process the contents.
Normal ... just with the twist of using the password to open the file.
I looked in previous issues and found these two that mention the password issue:
I am looking for a way to open a password protected file in Rails. We know the password, so this is not cracking, just opening like normal but with the use of the password. The client wants to upload a password protected file (details have potential private data in it). We need to open the file and process the contents. Normal ... just with the twist of using the password to open the file.
I looked in previous issues and found these two that mention the password issue:
119 : https://github.com/weshatheleopard/rubyXL/issues/119#issuecomment-46745006
This one is about VBA code password: https://github.com/weshatheleopard/rubyXL/issues/258#issuecomment-283819136
Thanks!