wannabeeaweak
Oct 2 2004, 01:27 AM
| | where can i go to get a program to encrypt my passwords and ussernames for my web site?????? |
Reply
mastercomputers
Oct 2 2004, 08:41 AM
QUOTE(wannabeeaweak @ Oct 2 2004, 01:27 PM) where can i go to get a program to encrypt my passwords and ussernames for my web site?????? Can you elaborate more on this topic, encrypt passwords for your website? How are you storing the passwords and is it for logging in or something else? Cheers, MC
Reply
marijnnn
Oct 2 2004, 10:11 AM
if it's for php, dan use md5 hashing or something like that. you cannot decrypt those!! so basicly, what you have to do, is encrypt your passwords in your file/database. and then when a user enters his password, you encrypt the word he entered and compare the two encrypted words. it's hypersafe
Reply
If you want to ecncrypt a file o a text try kremlin(http://www.kremlinencrypt.com/), there is also a little introduction to the different kind of cryptographic algorithms
Reply
qwijibow
Oct 2 2004, 10:30 PM
QUOTE(k22 @ Oct 2 2004, 04:38 PM) If you want to ecncrypt a file o a text try kremlin(http://www.kremlinencrypt.com/), there is also a little introduction to the different kind of cryptographic algorithms  this site is hosted on a Linux server... (using shadow passwords) so they will automatically be hashed. for other types of encryption... a good program for public/private key pair encryption is GnuPG (GPG) or for hard disk encryption there is a good script called cryptsetup (uses kenrel level dm-crypt)
Reply
i reccomond to use vb script so that you can use jvencrypt or so to encrypt your stuff with least effort
Reply
wannabeeaweak
Oct 6 2004, 01:49 AM
QUOTE(mastercomputers @ Oct 2 2004, 12:41 AM) Can you elaborate more on this topic, encrypt passwords for your website? How are you storing the passwords and is it for logging in or something else? Cheers, MC its for passwords and usernames i need it so people will not be able to find out wut the persons password and i need it so i can send people files ans stuff
Reply
marijnnn
Oct 6 2004, 06:53 AM
you're still not very clear. answer these questions: -where should the usernames & pw be stored? mysql database? file? -where do the users enter their name/password? php-website, like a form? or a program they download and connects to your server? -do you have to be able to decrypt them? this is NOT neccessary to check if their password is correct. let's say you store the encrypted version of username & pw. and a user is entering his info. than all you have to do is encrypt the info he entered and then compater it with the info in your database/file -why encrypt the username? doesn't seem very handy to me.
Reply
qwijibow
Oct 10 2004, 03:18 AM
QUOTE(marijnnn @ Oct 6 2004, 07:53 AM) you're still not very clear. answer these questions: -where should the usernames & pw be stored? mysql database? file? -where do the users enter their name/password? php-website, like a form? or a program they download and connects to your server? -do you have to be able to decrypt them? this is NOT neccessary to check if their password is correct. let's say you store the encrypted version of username & pw. and a user is entering his info. than all you have to do is encrypt the info he entered and then compater it with the info in your database/file -why encrypt the username? doesn't seem very handy to me. Sending Files securely..... you probably mean you want to encrypt them right ? use GnuPG (GPG) goto http://gnupg.org/
Reply
Cloak
Oct 10 2004, 07:54 AM
I would probobly recommend PHP's MD5 hashing functions for encrypting web-based content. The only problem that this might cause is that it is a one-way encryption algorithm; meaning that it can never be decrypted. As such, it is only really useful for passwords, where the user enters a password and it is re-hashed using the same algorithm and salt, and then the two hashed strings are compared.
Reply
Recent Queries:--
how do we encrypt stuff - 120.19 hr back. (1)
-
how encrypt - 478.72 hr back. (1)
Similar Topics
Keywords : encrypt, stuff
- Test Out Cms And Other Php Stuff
Open-Source CMS (0)
Google Wants You To Share Stuff
(4) Google has entered the social bookmarking market with a new product called Shared Stuff. Shared
Stuff is simple enough; users drag an "email / share" button into their browser, and click it when
they want to add pages to their Shared Stuff profile. Links can include an image, text extract, and
/ or a user comment. The results can then be viewed directly, via iGoogle or RSS.
http://www.google.com/s2/sharing/stuff
http://www.techcrunch.com/2007/09/20/googl...to-share-stuff/ ....
Help Us Fight Spam !
Also Encrypt your email address (2) I have introduced Anti-spam Campaign in my site @ www.jbi.in Visit
http://www.jbi.in/fightspam/index.html for more info. The purpose of it is , Whenever a Spam bot
visits that page to harvest email addresses, it * collects a lot of useless, randomly generated
fake email addresses along with fake contact names and images. * enters an infinite loop as this
page links to itself and generates a bunch of fresh fake email addresses every time it is reloaded.
You can make use of our online email encoder to protect your email address from being harvested ....
Illegal Stuff On Youtube
(36) I keep asking myself how they get away with this. If my post sounds like a bit of a rant .... yes
it is. And please comment all you want to about this. Here's the deal: Youtube has terms &
conditions. You can't post material that you don't own the copyright for. And as you post
a new video, TWICE you have to say that you are not posting anything that you don't own the
copyright to. But why is it then ... that people post music videos (let's say Michael Jackson),
and TV commmercials, and so forth where they clearly don't own the copyrights t....
Extra Stuff Under Your Search?
(1) Look here, http://www.google.co.uk/search?hl=en&s...amp;btnG=Search How do you get those extra
links below?....
Our Own Stuff
(0) Hello im Perce,my name is Nikola so we are not strangers any more.I make funny videos. I made
a"super micro" as i call it.Its 3microphones puthen together. And a mini microwave. sorry for a bad
English im from Serbia. /cool.gif" style="vertical-align:middle" emoid="B)" border="0"
alt="cool.gif" />....
Testing Forum Stuff
(10) QUOTE Bold test Italicized text Underlined text Crossed-out text Red Color -
Green Color - Blue Color Example hyperlink Image test. QUOTE Testing QUOTE
function... CODE Testing CODE function... Left Align Center Align Right align
List Item Test 1 List Item 2 Unordered list test 1 List Item 2 Indented Text Sorry if
this was a waste of space, things weren't working too properly so I decided to run a test. ....
Encrypt Your USB Drive - Keep Data Safe
(0) USB drives are like keychains - they can easily be misplaced. You don't want your data in the
wrong hands, so encrypt it and spoil the thief's party!! I am going to use TrueCrypt,
an open-source freeware utility, to encrypt documents. Download and Install Download the utility
from http://www.truecrypt.org/downloads.php . Unpack it and install it. The main interface window
is as shown below. It looks sparse but it has got everything you need. Select What to Encrypt
First we need to create a volume. On the main screen, hit the create volume bu....
Art For My Book
Stuff that i have done (13) I must say that using digital art is so much more convenient to use for books, iv been doing a book
called the World of Turall and iv done some art for it using various 3D and graphic programs to get
the desired that I wanted out of it tell me what you think. Could digital art be considered art?
going to have to add the link in a bit i dont have a webpage that i can upload the pics to GRRR
ok sorry it took soooooo long but here is a link to a page that i knocked up over night to host some
pics i have have a look tell me what you think! http://geocities.com/ci....
My 3D Models - Created With Cinema 4D
the stuff that I created with cinema 4d (23) These are some of models that I made In past few months. Comment them if you like, you may find some
more models at my deviantart page ( here ) or you may visit my homepage (link is in my signature)
and find there more 3d stuff under wallpapers... Anyway, as for the modelling job, all was done in
cinema, but some parts where modelled in 3dstudio and then imported into cinema 4d. /rolleyes.gif"
style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> enjoy:
I hope you like my modelling... /rolleyes.gif" style="vertical-align:....
Look At The Cartoon Stuff I Made?
(4) Ive been doing flash for about 2 years,im not too good at it but i do my best in every cartoon that
i DO do,ive made like 3 real cartoons,the rest are just quick shorts lol,i just need peoples opions
on stuff i do,im pretty sure i suck pretty bad but i need opions to get better /happy.gif"
style="vertical-align:middle" emoid="^_^" border="0" alt="happy.gif" />
http://www.Marche-00.deviantart.com <--thats where alot of my stuff is,dont be too cruel xD....
Last Names When Signing Up For Stuff?
A question about so much info (6) Now, as a kid (well, I still am, are... Which is it? Anyway, I still am a kid) I was always taught
"Never tell anyone your last name or address online!" and now all these websites are asking for
last names and addresses... Why? Is it just if you upload illegal content they want to track you
down I guess? I'm new to computer web hosting I guess, but it seems like geocities never asked
for that... Thanks.....
How Small Can Linux Be?
And where you managed to stuff your tux? (15) I know there are distributions of Linux that fit onto one single FDD. But they are specially
designed to do so. Have you managed to stuff your ordinary-size Linux into something that was never
meant to serve under ReiserFS? I did. It all started with Philips MP3 player HDD065 (uncertain of
model, never mind), like this one: It's got about 2 GB of disc space, pretty much. I took my
copy of openSUSE 10.0, cut it up a bit so it was about 700 mb big, used 100 mb swap and praying to
lord I ran an installation. And after restarting my PC, my family thought I finally ....
Good Hardware And Stuff: I'm Making A List
(6) Alright... Since I'm starting to get a steady income of money (Even though it's very little
money right now) I figure I should upgrade my computer a bit... Since it's a new computer and
fairly bottom of the line... It's decent... but needs so much more stuff... I need more RAM,
that's the first thing I know, I can handle that on my own I do need a new video card, maybe a
new keyboard and mouse... Maybe a better webcam and mic... New speakers... Everything... Yes, we...
I don't know all that much about computer hardware... I'll admit it I kn....
Building A Computer Component By Component
is my stuff compatible? (15) Well, I picked out all the parts for my computer and I'm just looking for some feedback on what
you think. This computer is mainly for gaming, so if you know of something better I could be using,
go ahead and mention that (keeping in mind the price). I BELIEVE everything is compatible, but I am
not 100% sure, so if someone notices something, please let me know. The things I have listed below
are EXACTLY what I am buying, nothing more, and nothing less. If I am missing something, let me
know. A few things I am concerned about: 1.) I didn't notice any USB ports,....
Great Gravity Game.
Fun Stuff. (3) Hey guys check this game out, if you are into Physics or just to plain games this is a great game
for you. Basically you get to move an atom, you start by sending it on a direction, the atom will
move through the planets which will affect it, you pass the level if the red bar empties before the
atom collides with the planet. Its pretty dumb at start but later its challenging. Try it out:
http://homokaasu.org/gasgames/game.gas?21 ....
Mit's I/o Brush
Nice stuff. (2) Hey guys what's up?, I was wandering around the web and check out what I've found. It seems
that MIT Labs has been busy, they recently presented I/O Brush, a new drawing tool to explore
colors, textures, and movements found in everyday materials by picking them up and drawing with
them. Don't think it looks bad, I/O Brush looks like a real brush, but it differs in which it
has a small video camera with touch sensors and leds. On the canvas,(huge touch screen)artists can
draw with the special “ink” they just picked up from their immediate environment. For al....
Google Hacks: Google Stuff You ( Don't ) Know
(20) Hello google-freakz! I did a little research so, here is what I found to be usefull, and Im
willing to share it all with you. But beaware, some of this links may be illegal... Im not sure,
they seems to me ok, but moderators may not think so. Anyway: ---------------- WARNING: I am not
responsible for any damage that you may do after clicking this links. For any action taken after
clicking links and obtaining information from available sources of data - you are responsible
yourself. If you are under 18 or 21 years old, your parrents are responsible for actions you do....
Funny Comic Covers
Heroes doing stuff you wouldn't expect (3) I was wandering around and I found a link with some funny superhero comic book covers.. haha some
are just plain funny, my personal bests are #2 where Robin gets stuck in someones ass HAHA( I think
he did it on purpose /wink.gif' border='0' style='vertical-align:middle' alt='wink.gif' /> ) #6
cause Robin is so RANDOM haha he's like I love you batman and stuff(that's what he means
/tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /> ), #9 I give it kudos,
HAHA why superman is being such an ass there? somebody knows? he's like NOBODY G....
Recent Sigs/stuff
recent (6) Seeing as everyone else is posting work and such, I thought I'd post some of my own.
Feedback/Constructive Crits are welcome /smile.gif' border='0' style='vertical-align:middle'
alt='smile.gif' /> quick sig album cover I have a few more, but need to get on my home
computer in order to upload them....
Who Knows This Site?
It's really a cool stuff... (2) http://osx.portraitofakite.com/ /biggrin.gif' border='0' style='vertical-align:middle'
alt='biggrin.gif' /> ....
My New Home Theatre
Bose + Denon => Mind Blowing Stuff (0)
My New Home Theatre
Bose + Denon => Mind Blowing Stuff (2) We purchased a new home theatre system recently. Specifications:- A 5 channel Bose Speaker System
A 7.1 Denon Amplifier The speakers are very small and almost invisible. They are so powerful that
my ears hurt but still there is no distortion. The amplifier looks good. Overall its an excellent
combo. I watched a couple of horror films on it and it was pretty terrifying. How many of you have
a bose system and what do u feel abt them Moved because this is not computer related. You know
better nakulgupta ....
Manipulating Excel File With VB?
opening and doing data stuff in vb (2) Part of my VB program is written with : '(1) open Excel files currentDate = Format(Date,
"YYYY") & " " & Format(Date, "MM") & " " & Format(Date, "DD") & " " & "0000" & " " & "(WIDE)"
filePath = "C:\nbutane\rsview\DLGLOG\RSVIEW\" & currentDate & ".dbf" When
the VB executes, it'll open the file called 2001 11 23 0000 (Wide) with Excel. My
problem is when the file name changed to 2001 11 23 0001 (Wide) , the VB can't access
it because it's reading from '0000'. Sometimes the file will change to '....
Xbox 360 Stuff
(6) Keep in mind the following information have not being offically confirmed so don't kill me if
these turn up false. (I'm pretty sure they are real though) XBox Live QUOTE 2 types of
Xbox Live: Xbox Live Silver (no subscription required) Xbox Live Gold (subscription benefits)
Features for Gold service + Bold Text means also avaliable for Silver service + Underline means its
also an offline feature - Seamless transition to Xbox Live account from Xbox to Xbox 360 - Access
to MMOs (additional fees may apply) - Free Xbox Live weekends - Multiplayer online gamep....
Myspace
Myspace Stuff (63) Does anyone in here use Myspace? I know there are a lot of things that you can do in Myspace....But
where can I find places to look at good layouts? There are a lot of places to find layouts but none
of them are like to my taste...well any help would work.......
Msn Messenger Stuff
Very freaky (16) I had a very bad experience with my friend... She was so bored that she decided to download some
software that tells her if i closed her messeges... I didn't get caught though... It was rather
my other friend on the phone with me who told me about it... She asked him about the homework of the
day, then he closed the window... The very next moment, she asked him "Why did you close my window?"
It was really freaky to be watched like that... Can someone tell me how it works?....
Ssh: What Are The Advantages And Stuff ?
(6) Dunno where to put this topic, and couldn't even search for ssh in the forum (4 letters or
less). Anyway, What are the advantages of SSH? Why does it make life better to have SSH Access than
just FTP?....
Neeeed You Opinion Pleeeeeease :) Cute Stuff
is this baby cute enough ? :P (46) click to enlarge i still want to work more on his body and some small details there ...any
comments / opinions ? thanks....
Headless Bodies Found At Mysterious Mexico Pyramid
pretty freaky stuff (12) Headless Bodies Found at Mysterious Mexico Pyramid By Brian Winter MEXICO CITY (Reuters) - The
discovery of a tomb filled with decapitated bodies suggests Mexico's 2,000 year-old "Pyramid of
the Moon" may have been the site of horrifically gory sacrifices, archeologists said on Thursday.
The tomb at Teotihuacan, the first major city built in the Americas, whose origins are one of
history's great mysteries, also held the bound carcasses of eagles, dogs and other animals. "It
is hard to believe that the ritual consisted of clean, symbolic performances -- it ....
Looking for encrypt, stuff
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for encrypt, stuff
|
advertisement
|
|