1,159 Topics
![]() | |
i tried to create a dll using c# and now i have something like this I have 5 files Extension.cs, Encryption.cs, MySQLQuery.cs, etc. and in my MySQLQuery file i have somthing like this using System; using System.Data; using System.Text; using MySql.Data.MySqlClient; namespace gLibrary { public class MySQLQuery { protected internal … | |
The 'Murder Ball' competition is now underway at the London 2012 Summer Paralympics, also known as wheelchair rugby to some. However, you won't find Olympic athletes taking part in the warbiking event that has also been happening in London recently: warbiking is very much a sport for nerds.  … | |
Hello everyone! I hope someone will take mercy upon me and guide me in the right direction. It's for a project in my Security Fundamentals class. I'm using PuTTy and the professor is wanting me to create a file named file.txt with the word "password" in it using Pico. I … | |
I am trying to get a example that came with the card to work to my needs. The card holds personal data, which you can read with a specific card reader. Currently the example will either read to a console window or to a single textbox on a form. My … | |
I need some project ideas on cryptography/information system securoty for a simple and small project....... | |
One of the Internet's biggest online dating sites, eHarmony, has confirmed that security has been breached and member passwords compromised. eHarmony spokesperson Becky Teraoka says that "a small fraction of our user base has been affected" although I am led to understand that the 'small fraction' in question is actually … | |
I'm making a project work that encrypt and decrypt the email text using rsa, the rsa function to create an extension thunderbird add-ons. and almost finished, but I get the awkwardness when starting encryption, namely refernce error: new BigInteger is not deifned. hopefully the master javascript can help me, and … ![]() | |
Hi! I recently created a website that has a contact form that sends an email with the PHP Mailer class. I had to use my gmail account because I cannot get my LAMP server's SMTP protocol working... In my mail.php file, I display the password and account quite openly as … | |
I want to use awk to strip certain fields from the output of the Dell OMSA storage hardware diag tool. Typically the format of the output is: ID : 0:0:11 Status : Ok Name : Physical Disk 0:0:11 State : Online Power Status : Spun Up Bus Protocol : SAS … | |
sir i would like to know how to encrypt an image in java (the classes and how to proceed) | |
what is the simplest way i could encrypt my php code from advanced php programmer? | |
I'm coding a encryption program where I need to generate random prime. I wrote this code for(i=3; i<10000000; i=i+2 ) { for(j=2; j <= sqrt(i); j++ ) { if(!(i%j)) break; } if (j>sqrt(i)) { cout<<i << " "; } } This tests a number till is square root. Its good … | |
Create a class called SecretEngine in this project. Inside, create a single Shared function called Secretify that will accept either: ï‚· a single string parameter ï‚· a string and a Boolean value parameters Secretify will return a string based on the following – if Secretify is invoked with the following … | |
Ok, I know this has been asked before but I'm a new user to VB and don't know where to start. A Mate of mine is creating a Custom Minecraft Launcher useing VB for me. We have 2 text boxes Username and Password and what I want it to do … | |
can you help me with my code, kindly give me or take a look at my codes in embedding a captcha pls...thanks...asap! <?php $submit = $_POST['register']; //form data $first = strip_tags($_POST['first']); $middle = strip_tags($_POST['middle']); $last = strip_tags($_POST['last']); $username = strip_tags($_POST['username']); $password = strip_tags($_POST['password']); $repeatpassword = strip_tags($_POST['repeatpassword']); $email = strip_tags($_POST['email']); $street … | |
I am new to this forum but need help with some code. This is not for school, so help would be appreciated. I have an E Book Reader (Chinese Hanlin w/ Android OS). I need to be able to password protect the USB port, so nothing can be downloaded onto … | |
what are the drawbacks of Implementing digital signature with RSA encryption algorithm to enhance the Data Security of cloud in Cloud Computing. | |
An investigation by UKFast has revealed that it is possible to build a super-cracker computer for around the same price as your average low-spec budget desktop PC. Yet unlike your average budget PC, it is claimed that this cybercrime dream machine is capable of processing billions of password combinations per … | |
Hi all Route name"netgear n300 ADSL/2.Telkom network Wireless connected,lED glowing as green.but unable to access any web pages.Wt is probable causes for not access web.i disabled all firewall.its not working for all of my friends systems for last one week.suddenly it was happened.i tired of calling those Telkom guys.please any … | |
Please i am now in my final year and decided to do a project in Network Security.But presently i am blank as to what doable projects i can research on.Please Help suggest projects which you think is good and doable.Post here or email me on *** [email]frank.kent@yahoo.com[/email] *** | |
![]() | #include <iostream> #include <cmath> #include <string> #include <cstdlib> #include <cstring> using namespace std; char Outputing(char shifted_letter); int found_match; int searching_alphabet; int main() { const char ORIGINAL_alphabet[26]={'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'}; //maybe const isn't necesery char alphabet[26]={'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'}; cout << "This program encrypts messages using Ceaser Cipher\n"; cout << "\n---------------------------------------------------------"; cout << "\n---------------------------------------------------------"; cout << "\nEnter … |
Hi, thanks for looking at this thread. I have a quiz and this is one of the question I had to attempt but I am not 100% sure about the answer. it says: W3C is an important organisation in the Internet because Select one or more: a. W3C sells cheap … | |
Greetings - I am trying to add another pc to my wireless lan but can't get it to connect. Here is what I've got: Modem connected to XP Pro Core2duo Dlink Gamer Lounge Router DGL 4300 1 Windows 7 I3 TP Link 150Mbps Wireless N Adapter 2 Windows XP Pro … | |
#include <iostream> #include<string> using namespace std; int main() { string admin_pwd="testing"; string encrypted ; string unencrypted; char key[5] = "abcd"; for (int x=0; x < admin_pwd.size(); x++){ encrypted += admin_pwd[x] ^ key[x/100%30]; } cout << "Encrypted = " << encrypted<<endl; for (int x = 0; x < admin_pwd.size(); x++){ unencrypted … | |
So I'm trying to write this program in C that will take a message the user types in and encrypt it using an RSA public key that the user supplies. I know there are encryption functions and libraries in C but I want to actually recreate the algorithm in code … | |
Hi, ok i had a file looking like this: SilkroadR,,321,13,321,Gobi,False,False,False,False,False SilkroadR,,321,321321,321,Gobi,False,False,False,False,False SilkroadR,,213,321,231,Gobi,False,False,False,False,False SilkroadR,,3251325,3215,3251,Gobi,False,False,False,False,False SilkroadR,,,,,Gobi,False,False,False,False,False I encrypted it and it looks like this: Hdgr6oHm47q2SC5AEjqUY9Boi5WfUT5FTfLvMVYLtorgmufM5GiH6wMg12raZ/YpW/OPZ7bL94wbSWiauy59nrEHlJdO3o1voedaWb/XV7lxNzbUURqDgGtkpr6Ex++d0YAA4sCnkB/GcDtuFd+vqF2IJoI3cC+WKPF73zM5eNz6mJd1hjZK+40je7/LbUyU7JQ8nmvBpEy7J391xM5X5dfKlNziYahufdVsxbO8mTAosQcEZ8JtUoJg2ZWjXO8nPqDci8iy/JgBYnd8Z4fpbfwY5jKwTrq2+TW9k/+I2F9PXUT6OzUUTk4tRFfvWVXBFj/C5s60puxaYJQxgzUzKE2yWls4N3qk3TcZBH1kKCB8h0lS69X77mOxJ0ixkOm1a+deaIWXsBfFHq8ej30ShH2WFf09iAr3 Ok, thats what i wanted, i used to load my accounts like how it looked before the encrypting with this code: Dim iCount As Integer = CInt("0") … | |
hi i am getting a floating point error while im trying to complile the rc4 encryption in c++...i was wondering if anyone could help me out...i have the code pasted as below #include <stdio.h> #include <iostream.h> #include <ctype.h> #include <string.h> unsigned char s[256]; unsigned int i, j; void swap(unsigned char … | |
I know that it generates a public key and then a private key. You encrypt with public and can only decrypt with private key. How is this algoritm going to work in a C++ program, how am i going to compute the public key and then the private key? Also, … | |
I was trying to find a code snippet so I used the advanced search with the following parameters: Query String = encryption Forum = --VB.NET Type of Article = Code Snippet It came back with "No Results" When I did a manual search of code snippets under vb.net I found … ![]() | |
I have this code and when ever i try to put in the value 'e' it doesnt want to take it, the program freses. #include <iostream> #include <string> #include <fstream> using namespace std; int encrypt(); int decrypt(); int phi, M, n, e, d, C, N, D, answer, p, q, s; … | |
Is that possible to decompile a C++(or Java) "exe" file enough to read a TEXT password,stored in the source? .......just a regular string or char. no encryption or stuff | |
Hello, I have just recently begun the move from Java (beginner) to C++ and have found an interestng project I would like to develop which should teach me some great c++ code. **Encrypted Console Journal** * Text File Encryption * File IO * Date && Time System Retrieval * Text … | |
Dear Expertise, I am problem with coding to search the data from database using stored procedure and vb.net form. I am coding with vb language not the C#. Explanation: I have stored procedure named "usp_GetPayByGrade" : /* Name: usp_GetPayByGrade Description: Search the Record to dbo.hrGradePayScale table by gpsIntGrade Author: Tashi … | |
I have this encryption code, it encrypt the file but doesnt want to decrypt it: it gives a segmentation fault error. By the way i am using linux... #include <iostream> #include <string> #include <fstream> #include <cstdlib> #include <sstream> #include <vector> using namespace std; int n, c, l; void gen_code(string word1, … | |
Here's a list of useful freeware applications, arranged alphabetically by category. Please post your favourite software to this thread.... Antivirus: AVG - [url]http://www.grisoft.com/us/us_index.php[/url] Avast - [url]http://www.avast.com/[/url] AntiVir - [url]http://www.free-av.com/[/url] Panda ActiveScan - [url]http://www.pandasoftware.com/activescan[/url] Audio Players: Foobar2000 - [url]http://www.foobar2000.org/[/url] Sonique - [url]http://sonique.lycos.com/[/url] iTunes - [url]http://www.apple.com/itunes/[/url] jetAudio - [url]http://www.jetaudio.com/[/url] QCD - [url]http://www.quinnware.com/[/url] … | |
I have been working on a linux/unix course. I am an apprentice at a server administration company and part of my homework is related to Xserves and how to use them. I have been stunted in my attempts because I cannot get NX to work. I have a windows 7 … | |
Hi all, I am creating a new login form, different from the default login, but when i try to connect to the database. it said password is not correct.. I just realised that password is encrypted. but i dont know what kind of algorithm it uses. I am using joomla … | |
> Hey guys! good evening! > hope you can help me with this one. > this is the thing that i want to do!: > > -Input 2 values : 1 string, and 1 int > -the string should have only letters (cant contain numbers!) > -encrypt the string using … | |
hello guys i have a encryption and decryption code in project settings i have a stored encrypted data for myslq connection but when i try to decrypt the string it says "BAD DATA" here is my sample decryption code i think memory streaming is the problem but how can i … | |
Guys, I having problem with the encryption method. I have the class but not quite understand. It will store the salt and hash password in the database. Imports Microsoft.VisualBasic Imports System.Security.Cryptography Imports System.Text Public Class PasswordCrypto Private Hasher As New SHA1CryptoServiceProvider() Public Function GetSalt(ByVal saltSize As Integer) As String Dim … | |
![]() | I have 2 versions of the same database. One uses M/S Access and is installed on stand alone laptops, the second is web based MySQL/HTML/PHP. The database is simple ie a single table with cuirrent 8000 records with 32 fields/record which is expanding at around 1000 records per year. What … ![]() |
I want to know how to create our own file, such as: (.Docx). If we opened the file in notepad the characters contained in the that's file could not understand, so i would like to know by what method of making the it's file? Is the file created and use … | |
i have to decrypt a frame on my server. encrypted frame is coming from client device through GPRS on socket.encryption is done with "TripleDes" and with a given key.same algorithm and key i am using n server side. frame is a combination of Hex and Ascii String. problem is when … | |
I am implementing RSA in C++ and here's my design(code structure). *keygen.h* namespace rsa{ class keygen{ public: //Constructor keygen(size); //Generate keys void generate(); //Getters string gete(){ return xyz; } .. .. .. private: //initializes bignums void initall(); keygen(){} //Private Member variables goes here } } *prime.h* namespace rsa{ //First 100 … | |
![]() | I have problem with this part of the code private char encryptChar(char c, int shift) { if (Character.isLetter(c)) return (char) ('A' + (c - 'A' + shift) % 26); else return c; } private String encryptMessage(String msg, int shift) { String result = ""; for (int i = 0; i … ![]() |
Hello, can you pls correct my answer to this question for the Python CGI part because Im really not sure if im doing it right. Thanks a lot!   Python CGI part ---------------- #!/bin/python import cgi,string def generate_page(): print "<HTML>\n" print "\t<TITLE>Welcome</TITLE>\n" print "</HEAD>\n" print "<BODY BGCOLOR … | |
how secured would be password when it is being transmitted from the client to the server since it is encrypted at only the server side with md5 algorithms. Is it not possible for a hacker to easily get the text before its get to the server for its encryption ? | |
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 … | |
I have an assignment due and i might be asking for too much help so im sorry for that. I have very little knowledge about php and html. i have never ever done this in my whole entire life. So any help would be greatly appreciated. Thanks I have to … | |
Hi there, I have recently been looking into encryption, for MySQL and php, to figure out someway to encrypt the information in the database, or more to the point before it goes in, or decrypted when it comes out. What I'd like to happen is for the info submitted from … |
The End.