# Suggestions for IDA project
### William 2021/07/20
---
## Suggestion for ETL
Consider to use *Newtonsoft.json* to convert the object into json string, and also convert back to object by using it.
- SerializeObject
- DeserializeObject
---
## Suggestion for NLP
Think about OOSE and do refactoring, to divide the codes to increace
- More readability
- More maintainability
- More flexibility
---
## Security Suggestion
I used this tool on last company to scan ssl security, may as a reference to Authur
[SSL scan result of IDA test server](https://www.ssllabs.com/ssltest/analyze.html?d=test.intuitivedataanalytics.net)

Enable or disable protocols, ciphers, hashes and key exchange algorithms.
[IIS Crypto](https://www.nartac.com/Products/IISCrypto/)
---
## Security Suggestion
And this is as a reference when develop a website for what header content should be block?
[Vulnerability scan result of IDA test server](https://drive.google.com/file/d/11Kj1pffnd7KafDjOykvIMLn8hLzwRu43/view?usp=sharing)

{"metaMigratedAt":"2023-06-16T04:44:33.868Z","metaMigratedFrom":"Content","title":"Suggestions for IDA project","breaks":true,"contributors":"[{\"id\":\"33cc32ea-8c9c-4ff5-a01d-9a5d28682ce7\",\"add\":5036,\"del\":3950}]"}