Fido
Fido copied to clipboard
Since there are so few comments, and the wiki is in terrible shape, is FIDO dead?
Please update https://github.com/Netflix/Fido/wiki/Ubuntu-Setup
I am facing issue in compiling the code and begin installation , As I am getting couldnot found Aes_Crypto.cs error. I checked the github history and found it was deleted....
Hello Developers, I am a graduate student at SJSU and for our senior project my team and I were thinking of contributing to FIDO open source project. I had a...
I tried to run this. 1) Windows : there is no installation file. 2) Linux : Even after changing the permissions using chmod +x , it says permission denied for...
Hi there, I'm a researcher studying software evolution. As part of my current research, I'm studying the implications of open-sourcing a proprietary software, for instance, if the project succeed in...
I am sorry to ask this dumb question - in the windows installation instruction, it said: "...Simply double-click the **install file** and follow the on-screen prompts..." My question is that...
schema and sqlite db files for fido. columns created for each table, row entries created in config and configs_historical_events tables
In "Fido/Director/Director_Helper/The_Director_HostDetection.cs" source the line "if ((sHostname == null) && (sHostname == String.Empty))" in "HostDetection" method is buggy, the case is impossible to succeed. Find one to review this project's...
I'm not sure in what context the class is used, but the method of encryption in Fido/Fido_Support/Crypto/AES_Crypto.cs is insecure, as outlined by [this StackOverflow question](http://stackoverflow.com/questions/35137678/security-of-aes-encryption-with-constant-salt). Also, there is no recognition...