User Tools

Site Tools


code:open-source:hse-db:faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
code:open-source:hse-db:faq [2022/01/21 11:34] joerg.hampelcode:open-source:hse-db:faq [2024/02/09 15:14] (current) alexander.elbert
Line 1: Line 1:
-====== 02 FAQ ======+====== 03 FAQ ======
  
 ==== Upgrade Instructions ==== ==== Upgrade Instructions ====
  
-See [[code:open-source:hse-db:upgrade|98 Upgrade Instructions]]+  * See [[code:open-source:hse-db:upgrade|98 Upgrade Instructions]] 
 +  * create a subclass of DB-Interface and add decryption in ''Init Interface'' override
  
 ----  ---- 
 +==== How can I encrypt my credentials in the config file? ====
 +  * read about [[kb:common:encryption|AES encryption]]
 +  * create a subclass of ''DB-Interface''
 +  * add decryption before calling the parent's ''Init'' method
 +
 +{{:code:open-source:hse-db:pasted:20230714-073836.png}}
 +{{:code:open-source:hse-db:pasted:20230714-073950.png}}
  
 ==== Advanced usage in subVI ==== ==== Advanced usage in subVI ====
code/open-source/hse-db/faq.1642764871.txt.gz · Last modified: 2022/01/21 11:34 by joerg.hampel