OK, to restate what's been said so far (mostly so I have it straight to update my boss, who will decide to actually buy StrataFrame):
1. Ton of way to handle setting up data sources.
2. Sensitive strings can be encrypted within .net assembly, i.e. externally, encrypt them, then paste encrypted string with a call to decrypt it.
3. The keys are byte arrays, thus are not as easily read, they can be encrypted and salted (extra hashs) (I sort of know what that means).
4. For now, I can just use the default key provided by SF to start to figure this out.
5. I will continue to be able to get help here to figure this out
6. The upcoming class would really help me much less clueless