1,159 Topics
![]() | |
So I have recently been getting a popup from AVG saying that an infected file has been detected. When I check the virus vault it shows two file labled I-Worm/Nuwar.U, I have tried healing the files but no luck. Windows firewall has also been dectecting a virus. here are the … | |
Well I am writing a little message encryption program (simple) and Well it works but it will not change anything after a space. just hoping someone here could help. [CODE] cout << "Enter in the message you want to encrypt..." << endl << " "; cin >> in; count=strlen(in); for(i … | |
By Sayed, June 25th, 2008 * Single tier applications are easier to design. Single tier applications mix data, presentation, business logic altogether. It is easier design but workload distribution becomes difficult. Moreover, software maintenance becomes a big headache. * Multi-tier applications can address these challenges. Here, the application, hence, the … | |
I am new to using php for querying exchange server. I downloaded the class_http.php and class_xml.php. I am trying to run the example "Grab all properties for an item " given at http://www.troywolf.com/articles/php/exchange_webdav_examples.php#allprops . I have modified the following variables in the example php script (exch3.php): $exchange_server = "http://mail.msm.edu"; $exchange_username … | |
Hi, I am trying to learn how to read the binary of a file, such as a jpg. I got something going here but at run time in windows it says there is an error and the file must close. I'm not even sure if I'm going in the right … | |
Hello everyone, I am interested in two programs from SecurStar. I've talked to the customer support and they were helpful but I just need more info and I thought maybe I could find it here too. The first one is SurfSolo, it's like a VPN but for personal use, I'd … | |
I have a 'users' table in which the password is stored using MD5 encryption. (Drupal created this table) I have my Windows Application in which I have a login window. What I want to do is take the password from that table. So, in the textfield that asks for password, … | |
Hello I have a C++ program which is supposed to encrypt plaintext via keyboard input using AES-CCMP algorithm. The problem is that whatever plaintext I enter, it displays same ciphertext. The code listing is about 1500 lines. How can I post my code so that programmers can help me out? | |
If you grab this code and run it, you'll see what I mean. The second half doesn't run, and when I can get it to run, it's all completely wrong. I'm trying, but I'm tired and just want to get it done...lol. The encrypt and decrypt are a separate cpp … | |
Greetings. Would anybody happen to have a prebuilt GNU MP Library (static) for Visual Studio 2005? I cannot seem to find one and cannot compile it myself. When I attempt to use it, I get unresolved symbol errors. If this is not possible, does anybody know a simple class or … | |
hello all, In servlet for encryption and decryption,i used bouncy castle light weight cryptography API to perform DES encryption of arbitrary data,which encrypts/decrypts,then the generated value are in bytes,i used base64 encoder/decoder to convert bytes into string.now the same task i want to do it in php? pls help me … | |
hey folks, I am by no means a hacker, I have successfully cracked my home WEP encryption within 15minutes. I am now attempting to crack WPA-PSK, and I succeeded. Now here is where I stand. I am trying to crack my home WPA-PSK connection, except the password is composed of … | |
Hey everybody.... I'm l;ooking to lrn how to make Encryption programs and anything else anybody might have info on... webpage creation, game design... anything... Anyone have any info... Let me know plz... | |
| |
I'm just playing around with some code and I can't figure out why this isn't working. It's only "encrypting" one word. Can anyone tell me what's wrong with it? [code = java] import java.util.*; public class EncrypterDriver { static String encrypt(String fileMessage) { String encryptedMessage = ""; char fileChar = … | |
Hello to the community, My name is dancie. I live in the Netherlands. I am 57 years old. I speak Dutch,English,Spanish, and a few other languages to a lesser degree. I have studied mathematics and physics for five years in the university. I begun with computers a long time ago. … | |
hi, I am having some troubles while trying to connect a database which uses mssql server. Every attempt results with the error "[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied." [CODE][INDENT]OleDbConnection conn = new OleDbConnection();[/INDENT] conn.ConnectionString = "Provider=SQLOLEDB;Persist Security Info=False;Integrated Security=SSPI;Initial Catalog=voters;Data Source=T_YALTHIS\\SQLEXPRESS;Workstation Id=T_YALTHIS;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Use … | |
I am using wireless connection ad-hoc. card 1 is on linux, card 2 on windows xp. No encryption. The connection keeps connecting/disconnecting periodically (period = about 2sec.) On LINUX: iwconfig gives: [CODE]wlan0 IEEE 802.11g ESSID:"local" Nickname:"FC8" Mode:Ad-Hoc Frequency:2.412 GHz Cell: 02:E0:01:22:D1:62 Bit Rate=11 Mb/s Tx-Power:29 dBm Sensitivity=0/3 RTS thr:off Fragment … | |
Hi, first time poster here and I am trying to run the Twofish implementation that I found online. I have a very basic knowledge of C++ and I am only trying to get these files to run so that I can analyze encryption times and decryption times for a class … | |
I am building a website that requires users to submit information back to the company via email. We are not asking for credit cards of SSN's. Just Name, company, email, and comments. The problem is that once all the info is put in and the user hits "submit" an alert … | |
Hello, I am encrypting a video using AES...The file format that i am using is .avi. In order to play the encrypted video i need to save the header information of the video before encryption to be able to display the video as a video format(.avi). I got the header … | |
Okay, so I'm doing a report for my technical writing class on how to hack flash games. But a few days after I submitted my report topic, flash 9.0 came out and totally nullified my method of hacking it! I downloaded a pretty crappy seeming Standalone Flash Player, which emulates … | |
the purpose of my assignment is to create a program using arrays and strings, with functions and parameter passing. i'm sort of having trouble with it anyway, but i'm currently stuck on the "load" function that i'm supposed to write. i've already written the isFull and addMessage (which i'm not … | |
Hey , i am trying to make an encryption program . With any codes i've found until now i didn't manage to solve my problem . my problem is about saving my data from a multiline text box to a text file . Basically i want , by clicking on … | |
Hello, I am having a problem for coping the string into a 2d array.. Also if the length of the string is more than 16 bytes how to continue to read till end of string.. Can anyone help.. [code=c++]int encrypt() { string text = "Encryption"; char b1[4][4]; text.length(); strcpy(text,b1); // … | |
Good afternoon, Quick question, this may not make any sense but it is a thought, I was thinking, like I usually like to do, when you pass variables over a browser would it be crazy to md5 hash and salt the variables id and keep them in a db table … | |
Okay, so I am creating a password storage system. I have everything but a few last functions. I need to be able to search for different sites and view all sites in a choicebox. for editting. I've tried a few different things but I just can't get it. the first … | |
Hi, I have not programmed for at least 9+ years and am looking to try to get back into it. How can i implement the encryption and decryption as used in DES. The program should ideally receive a message or open a file to encrypt it or decrypt it. it … | |
I am a sutdent of SVGCC and i am writing a simple encryption code but I am lost on how to start. I know i have to use i/O files to open the code but i cannot find on the net a way to edit the information to aid me … | |
I am trying to encrypt and decrypt the password in ASP.NEt2.0 application with Rijndael algo. I am able to encrypt the password but not able to decrypt it. Can anybody tell me what is the problem with my code, I am pasting it here public static string Encrypt(string StringToEncrypt, string … | |
Hey there everyone.. I'm pretty new in this forum and also with Assembly, to be honest I haven't programmed anything in Assembly. I'm a VB Programmer and I work with some C/C++ But well that's not the reason I'm here hehe. On the forum I work at one of our … | |
Hi, I'm interested in phone encryption. Does any of you use PhoneCrypt or can any of you give me some opinions about it? I am not sure if this is the right place to ask but... It's a phone encryption software from [url]www.securstar.com[/url]. I am planing to use it and … | |
Hi, I'm new to assembler and I really need to make this work as it's crucial to my success in this course at college. Normally I wouldn't ask for help, but because time is such a factor now and due to my limited understanding of the language, I feel I … | |
Hello, everybody! I work in a software company. My company developed an encryption software. This software is only tested by my company's programers. Does someone know any websites that I can upload software and other people can test this software? Thank you for your help. | |
Hi, I hope I`m right here with my question but if not sorry, anyway here it is: The company that I'm working for, small one no IT department, want to buy an encryption software (we found on Google CompuSec, DiskProtect, DriveCrypt Plus Pack...) to fully encrypt the OS partition and … | |
Hello, I seem to be having a common problem yet from what I've read in some of these threads the fix is different for everyone. My home PC will not open some web sites, the browser sits there connecting to whatever web site I'm trying to access and does nothing. … | |
I connect to the internet through a NetGear WGR614 54Mbps wireless router connected to a Motorola Surfboard SB5120 modem. Lately when I am using standard WEP encryption, I find that my connection fails in a really odd way. The wireless network still shows up in the list and will usually … | |
I'm planning on creating a simple password manager program. For the program I'm going to have an encrypted file which will the store the user's passwords. What is the most secure and best encryption module? cheers :) | |
hello every1, my name is taino, Im from central Pa. Im 38 yrs. and here to learn. I want to learn more about P2P and encryption. Ive been doing alot of reading and so far I can not find a way to hide from my ISP. And I know if … | |
I know its easy but its been a long week of test. I have been working with a program to enter 5 integers( 1 2 3 4 5 ) then in its output it will display those same 5 integers. Then next to the last number it will encrypted the … | |
![]() | Hi, I recently built a new PC and ever since then my wireless connection has been incredibly slow and cannot last more than 15-20 mins without disconnecting. Sometimes "repairing" the connection will not work and even with a restart I have not been able to reconnect to the router. It … |
on xp, internet explorer is running very slow. will eventually (but not every time) open a home page but refuses almost always to link to other pages. i keep getting a message saying 'cannot connect to server' & message continues with advice that some browsers require 128 bit encryption which … | |
Hello, there this is my first post and I´m desperate seeking for help, I have almost not knowledge of SQL as it is not my usual work. However, suddenly it has converted in mine....Hopefully I will got help in here. Well the issue is that our database manager has resigned … | |
hi I have two laptops 1 vista and 1 xp which connect alright to my netgear router . I have installed belkin wireless adapter card on my desktop and it picks it up alright but i cant connect to internet. i can connect only by ethernet. i am using wpa … | |
Hello, I am new to this forum... If anyone knows on AES and its s/w optimization techniques in c++ please help me out I am using the AES code to encrypt and decrypt data.. In my code the plaintext is given in the main program itself it is in hexadecimal … | |
Hi all.i'm new here and need some help with my wireless network.after long search i manage somehow to reach this point and now i have no idea what to do: debian:~# iwconfig eth2 eth2 IEEE 802.11b/g ESSID:"" Nickname:"Broadcom 4318" Mode:Managed Access Point: Invalid RTS thr:off Fragment thr:off Encryption key:off Link … | |
Hi All, I've been trying to set up a reliable system to send compressed videos of counselling sessions here (Australia) to a doctor in the U.S. We had a VPN based system for a while, but for various reasons, this is no longer appropriate. Transfer sizes are usually about 500MB … | |
I am recently out of college and two friends and I have decided started creating a system for a law firm. One of our objectives is to create a file type for this system that is encrypted until a password is entered when accessed outside of the system(ie if they … | |
Can any body please tell me code of Simplified Data Encryption Standards in C language | |
Hi Friends, I am vikas from india , i have just now joined the community and i am very happy to find all technical gurus in the community , i am pursuing engneering in electronics and communication (4 year cource). i have some problem and i hope here i will … |
The End.