1,159 Topics
![]() | |
I can encrypt with ENCRYPT ------------ $pass = $_POST['sort_code']; $query = "INSERT INTO customer(sort_code) VALUES (AES_ENCRYPT($pass,'key'))"; the above code take a value from form and puts in the database as encrypted value. The field type of the sort_code in my database was varchar but now i have changed to BLOB. … | |
I am on a Mac OSX 10.5.4 with an Airport Extreme Base Station. I have a Dell PC that used to function with the network just fine until the DSL line failed this week. When I tried to get the Dell to connect to my Network, it will not. I … | |
Windows Vista includes a new hard drive encryption feature called BitLocker Drive Encryption. BitLocker can be a very useful security feature for businesses and home users that have sensitive and confidential information stored on their computer. Unfortunately, BitLocker Drive Encryption by default requires a Trusted Platform Module (TPM Chip) version … | |
I am writing an implementation of a DES encryption with a 64 bit plaintext, taken from the pixel information in a BMP file. So I want to skip the header which is 54 bytes, but I am not sure how to do this. This will not be a dynamic project, … | |
Your country is at war and your enemies are using a secret code to communicate with each other. you have managed to intercept a message that reads as follows: :mmZ\dxZmx]Zpgy The message is obviously encrypted using the enemy's secret code. You have just learned that their encryption method is based … | |
I want to display the users emp_id from my database on my post page after the login? Can anyone help me out? Can I pull the variable from this select statement and pass it to the next page? my login.aspx.cs code [CODE] using System; using System.Data; using System.Configuration; using System.Collections; … | |
I have written a program in java for RSA algorithm to encrypt a string and decrypt on receiver side. RSA public key and n value are announced to receiver by sender. Then encryption process begins. The RSA program in sender side returns BigInteger which is the encrypted string and I … | |
Hi there! I'm working on this app that will allow you to encrypt or decrypt simple lines or entire txt files. It's no "real" encryption since it's easy to crack the output lines, but it's a fun project. So far I'm just done with the first option, and the funtions … | |
I want to develop a program which will communicate over the internet to another c# program. What is the best method of doing this? Is it to use sockets, or to use something more TCP based? Any help or information would be great. Something I also want to achieve is … | |
I'm working in a project and part of it is to do a small encryption program. W can use substitution encryption where each character is substituted by another pre-determined character. Can someone kindly help me with an algorithm. I just can't think any more! Thanks drjay | |
Computer = Acer Aspire 5515 Laptop OS = Vista home basic with SP1 Router = USR 8054 with WEP encryption I can not get the wireless connection to work with my network. It sees my home network, but when I try to connect, it fails to connect, when I diagnose … | |
Computer = Acer Aspire 5515 Laptop OS = Vista home basic with SP1 Router = USR 8054 with WEP encryption I can not get the wireless connection to work with my network. It sees my home network, but when I try to connect, it fails to connect, when I diagnose … | |
Hello I think I have a Seneka virus or something similar. I cannot update any of my protectiob software. Here is my hijackthis results Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 1:35:12 PM, on 1/14/2009 Platform: Windows Vista SP1 (WinNT 6.00.1905) MSIE: Internet Explorer v7.00 (7.00.6001.18000) Boot mode: … | |
Hello for the past few days, whenever I connect to the internet, my computer slows down and eventually completely freezes. If i disconnect from the internet, it starts working again! I have run a few virus scans (mcafee) and a few trojans were found and removed however the problem still … | |
Hello, I am working on a login script for a personal site. The problem is though, I need to have the best and most secure protection there is for the login system I am creating (I will not go into specifics but the users will have access to very sensitive … | |
Hi, last night I noticed that the bar that appears on the top of my web browser had disappeared. When I installed trend micro internet security pro 2009, I had an extra bar that had encryption and some other stuff but now is not there anymore. Also, all my programs … | |
Hi Everyone, I'm looking to put together a small NAS RAID, probably just as RAID 1 (maybe RAID 5...but doubtful). What I'd really like is to use hard drives with on-disk encryption, like the ones Seagate Makes. I'm not quite sure though if it's possible to use drives like this … | |
Dell Inspirion 6000 Laptop - Windows XP. The Laptop has had a working wireless with the same router, with the same WEP key, for a good long time without any changes. At some unknown date it stop working. It connects the the router, gets an IP address from the Router. … | |
![]() | Hello ; I would love to know if JavaMail API is enabled to secure its messages and if it implements any seuciry policy such as encryption or anything else Thank you very much for your answer from : <snip email> |
Hi I'm Nackio and not very tech savvy. I can't access my control panel on my Acer Aspire Windows Vista laptop. I already did some of the steps I saw outlined in previous threads. Here is my Combo fix report log: ComboFix 08-12-12.05 - Nadia&Shaq 2008-12-13 12:17:10.1 - NTFSx86 Microsoft® … | |
emergent;help i a project in encryption any text of alphapets and numbers into a random characters(from A-Z and 0-9 numbers) using assembly if u please | |
Hello everyone. I've read several articles on the internet in trying to figure this out; however, those article seem a bit over my head apparently and I can't seem to find a code example that is simple and to the point to implement. I'm coding a password manager program in … | |
I'm not entirely sure if "window" is even the right term. Okay, here's the deal. I finally figured out earlier how to get my laptop to connect to the router and got online wirelessly. I started feeling a little sick (too much pie) so I closed my laptop to put … | |
I am developing a website which encrypts every user's password with sha1() method and is stored in the database. Now the problem is I want to offer a recover password function for my users. but i dont know how to get the password from the salted string Help me!!! | |
Hi Friends, I have created two functions that encrypt and decrypt the connection string in web.config. But whenever I want to use connection string. I have to always decrypt web.config and then again encrypt it back. Does there any other way which i can use. I'm using section.SectionInformation.ProtectSection(" <encryption configuration … | |
I am trying to create an authentication script. I am trying to use the PASSWORD function within Mysql but it wont work. Any ideas [CODE] #!/usr/bin/python # e begoli, python connector for mysql # import MySQL module import MySQLdb import cgi print "Content-type: text/html\n" # connection db = MySQLdb.connect(host = … | |
Im starting to collect a rather large photo collect. Especially since I started taking pictures in RAW. Well I decided I should look into an online backup service or sorts. Dont want to lose all those memories. So what services does everyone use? I want something that offers some sort … | |
Hi, Could anyone pls give me some suggestions how to do the [COLOR="Red"]encryption [/COLOR]and [COLOR="Red"]decryption[/COLOR] for text? Best reagards, zawpai | |
im working on an encryption program and i need some help. so far it words fine except when i enter a space. when this happens it seems to end the loop and spit out the first word. any help would be great [code] #include <iostream> #include <string> using namespace std; … | |
I'm trying to write to a file using RijndaelManaged in C#. I've got a Java application which works with the C# one to read and write to a database file. The C# app reads the file flawlessly, but when it comes to writing, the first few bytes of the file … | |
I need help. How do you encrypt multiple lines of a text file? /********************* *Made by Jase Inc * *Made in 10/22/2008 * *Boolean Cryptography* *Using ^ operator * *********************/ #include <iostream> #include <fstream> #include <string> using namespace std; int main () { string line; ifstream myfile ("text.txt"); char key[65]="jaf#$%skl%#ajlf^%dlkfhasjlk@#dsgsfsfrtw"; … | |
hi there guys!!!! Could u plz help me with this program. I hav done quite a lot but there still are some problems. here is a brief overview of ma project The aim of this project is to design and develop a useful utility program, named duplicates, to locate and … | |
* Configuring Password Policy : Password Policy allows you to improve security on your computer by controlling how passwords are created and managed. You can specify the maximum length of time a password can be used before the user must change it. Changing passwords decreases the chances of an unauthorized … | |
hi everyone..i need to crack a symmetric key by implementing a method called CrackSymmetricKey I must use the TEA encryption algorithm below: [CODE=c++] union myMsgType{ unsigned long textConverted[2]; char text[9]; }; class TEA_Algorithm { public: void CrackSymmetricKey(union myMsgType plaintext, union myMsgType ciphertext); void Decrypt(unsigned long k[], unsigned long ciphertext[], unsigned … | |
Hi, I'm taking a programming class at my school. My teacher gave us a pdf that said "..You will be writing a program that can read a bitmap and insert a secret message into the bytes of the picture in a retrievable way using the picture as a cipher and … | |
So I made this script call auto ascii encrypter and it basically goes character by character through a script and converts it to ascii numbers. It makes a new a script using the ascii numbers. But I get an error no matter how simple the script is. 'invalid syntax.' Heres … | |
Hi, I'm having the redirect problem as well. Below is the log from Hijackthis, please HELP! Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 8:53:08 PM, on 9/16/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16705) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\Program … | |
Hi, I need some help to enable a contact form I've been using to handle Japanese input. I'm not a PHP programmer or developer and really appreciate any feedback. The form was a download from a free resource. I have inserted some statements into the code, but have not been … | |
hey guys, i have made a database which has two fields namely username and password. Now when the user enters the password, i want that the password should be stored in encrypted form in the database so that the admin cannot see the password. Please give some suggestions. | |
Hello Guys, Anyone knows what is the MIME content type for the file .aspx, i.e. ASP.Net (VB / C#). I am using VISTA OS. I've been searching it on the Internet but results does not show those with extention .aspx. Please help. Also if you have an idea of the … | |
Hi. I have a problem that I've been trying to solve over the last couple of days and I have had no success whatsoever. Basically, I'm RC4 encrypting a short string in a C program, which creates a connection to an url and sends the encrypted string as a parameter, … | |
I purchased a Netgear DG834G Router a little over two years ago when I switched from dial up to broadband. It is the router that came from the broadband provider and following the initial set up which I was talked through by tech support, I have had little trouble with … | |
Hi there! Im wondering if there is a tutorial/source for a VB6 and lingo encryption. They msut both work the same way. As in: VB6: [code] sendToLingo(encrypt("my string")) [/code] Lingo: [code] decrypt(receiveString) [/code] So basicly, VB6 and lingo can both encrypt/decrypt the same string that is sent or received. Thanks, … | |
Hi I have a network security problem which I could use a little help with. I'm not sure this is the right place but I'll give it a try anyway. The company I work for has installed an ISA firewall in conjunction with Websense. As I understand it ISA is … | |
Hi, I currently have an task to complete on Assembly. I have been supplid the following code [code]#include <iostream> //for cin >> and cout << #include <conio.h> //for _kbhit using namespace std; #define dollarchar '$' const int maxchars = 5; // you may alter this but it should be at … | |
Hello everyone. How is the format for the name field in the DNS standard query for Windows Server 2003 created? Is there any encryption or hashing method involved? Thanks. | |
Hi a friend of mind is planning to put up an online storage website to cater organizations and institutions exclusively. I want to know what to consider or any suggestion to consider in development. We actually have the list below in mind. 1) sign up/login for members 2) online upload/download … | |
Without getting into too much detail about my own history, I'll be a junior in college this fall semester. My Bachelors Degree is "Computer Science" (the other degree offered being "CS - Information Technology" which is a bit more hardware based). My end goal is to be a programmer (on … | |
Well, A client brought in a PC LOADED with Viruses and Spyware. Anyhow after numerous scans with Avast! and Ad-Aware, I came here and ran the suggested apps. The problem that still lingers is that whenever I goto the Screensaver Tab, I get the DLL as an App error. Prior … | |
Hello I have been USING Web Development from 4-5 Years. I saw Many ways and methods to Encrypt / Decrypt the querystring values and also apply them in my applications but these new techniques of showing querystring value like in [B]1- Code Project Website[/B] [url]http://www.codeproject.com/KB/applications/NET_Installer_With_SQLEXP.aspx[/url] [note: on every Hyperlink they … |
The End.