KillPhil84
New Member
- Joined
- Mar 25, 2022
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
Hi,
I've got a text-file with aes-encrypted content generated by a software in use at my place. It contains a database name, an username and the corresponding password. In the software, the user can enter these parameters, establish a connection to the database (Oracle DB) and perform different queries, have a look at statictics etc. I'd like to create diagrams for the aforementioned statictical values via Excel and therefore, I have to use the contents of the encrypted text-file for the connection to the database which then should allow me to get the relevant data into power query. I know the key and initialization vector (got both of them in form of an array) to decrypt the file (which is - as I understand it - all I need to decrypt the file's content)
I've already found some bits and pieces of code or functions written in different programming languages, but I can't make this work in Excel VBA. Does this work in Excel VBA in general? Do you have any advice for me where to (re-)start? My research and effort were rather fruitless so far...
I've got a text-file with aes-encrypted content generated by a software in use at my place. It contains a database name, an username and the corresponding password. In the software, the user can enter these parameters, establish a connection to the database (Oracle DB) and perform different queries, have a look at statictics etc. I'd like to create diagrams for the aforementioned statictical values via Excel and therefore, I have to use the contents of the encrypted text-file for the connection to the database which then should allow me to get the relevant data into power query. I know the key and initialization vector (got both of them in form of an array) to decrypt the file (which is - as I understand it - all I need to decrypt the file's content)
I've already found some bits and pieces of code or functions written in different programming languages, but I can't make this work in Excel VBA. Does this work in Excel VBA in general? Do you have any advice for me where to (re-)start? My research and effort were rather fruitless so far...