I want to break the dependency on the system clock in my application as it can be tampered with. I found this for JAVA. Can anyone point me to something like this or something that helps me achieve this for c++?
            Asked
            
        
        
            Active
            
        
            Viewed 104 times
        
    2 Answers
0
            
            
        You do realize that is just a web call? Someone can tamper with it by doing a man in the middle attack on the web call.
(yes it is harder than just changing the date, but unless you are talking to a secure host it could be intercepted).
I assume you are doing this for some kind of "expire demo code after it has ran for 30 days?" If so, there may be better ways to do that...
 
    
    
        bwawok
        
- 14,898
- 7
- 32
- 43
- 
                    You are right my requirements are along those lines could please point me towards "better ways". – Asif Mohammed Aug 20 '10 at 20:57
- 
                    Can you please give me ideas as what these other methods are? – Asif Mohammed Aug 23 '10 at 17:20
 
     
    