Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for shravya

hi! everybody I'm a newbie to this site i accidentally came through this site and found it really helpful for IT students thus thought of sharing my view and asking you guys for some help in my project I'm an engineering final year student of comp science. Igot to do …

Member Avatar for mnas.prasad
0
1K
Member Avatar for shravya

hi! guys i just came through this code on Google //encryption public string Encrypt(string plainText) { if (plainText == null) throw new ArgumentNullException("plainText"); //encrypt data var data = Encoding.Unicode.GetBytes(plainText); byte[] encrypted = ProtectedData.Protect(data, null, Scope); //return as base64 string return Convert.ToBase64String(encrypted); } and tried to implement it since i had …

Member Avatar for shravya
0
102
Member Avatar for shravya

hi! every one !! i'm doing a project based on the antivirus system and i need virus definations and spyware defiantions for that where can i get them. In other words i'm developing an network antivirus

Member Avatar for shravya
0
112
Member Avatar for shravya
Member Avatar for ddanbe
0
65
Member Avatar for shravya

hello?? every body know what just now a question came to my mind:-/ :idea:to which i'm unable to figure out the answer:confused::-O hope fully you pepple can help.The question is how to create an antivirus on your own:icon_question:thank you advance:icon_biggrin:

Member Avatar for shravya
0
64
Member Avatar for shravya

Hello everyone!!:cool::cool: I'm shravya doing my engg in comp science.I 'm new to this community so thought of introducing myself to all of you. let me start with my hobbies :there are a lot of things that i do in my free time like playing chess the trying to read …

Member Avatar for shravya
0
205