Email Encryption Methods
What is the best way to encrypt an email?
View RepliesWhat is the best way to encrypt an email?
View RepliesI need to send an email via an asp page that will encrypt the email so that it can be decrypted when it arrives in the inbox of the person it was sent to.
I know that PGP can be used but i cannot find anything of how to do it online. Has anyone got any ideas where i could find some info about this or even an alternative way of doing things.
How can I select only certain records from a recordset using the ADODB functions? I've had a ganders through the W3School ADODB Recordset Reference but I'm struggling to understand all the functions.I was hoping to start and end the recordset from specified numbers eg. records 11-20.
View Replies View RelatedI would like to know about the methods : post and get of ASP.What is the difference between them.
View Replies View RelatedUsing HTTP_REFERER I cannot capture the URL when the link is made via a
button:
<input type="button" name="Continue" value="Continue Shopping"
onclick="ContinueShopping('http://mysite/supertest.asp');">
I do not control the script above, it is on an e-commerce site that is very
generic, meant for many users - and is generated by their server code. I
want to capture the URL and with an if/then redirect if the last place
visited was the checkout site.
I need an alternate method of URL capture, rather than HTTP_REFERER.
I have two submit buttons. The first one ,when hit displays a table on the same page.The next submit,when hit should insert certain elements from the page to DB and go the next page saying "thanks"...
I am not sure how i can achieve this .I want to know some ideas or if it is possible to use to form methods in one page?
I am trying to parse XML returns from a certain website, sent back in response to my URL queries. The root node of the returned XML has a namespace instruction that I cannot get rid of.
Why do I want to do that, you may ask? Well, I' m really a newbie with XML/XLST/XPath and so on, but I know that If I paste the XML return into a new XML document, get rid
of the namespace stuff, and use that page instead of the original XML return, my code works! Below is a sample of my code so far. Code:
i'm needing a different shopping cart method to update an inventory catalog. it uses the dictionary object, stored as a session variable. not efficient, as some has let me know. i know of one other method of building temp tables in the db. are there any other methods that are efficient and scalable?
View Replies View RelatedI am using the following code to create abd use a recordset:
Code:
SET RS = Server.CreateObject("ADODB.RecordSet")
SET RS.CursorLocation = aduseclient
SET RS.CursorType = dymanic
SET RS = cn.execute("SELECT * FROM thistable")
But all I get is the following error:
Microsoft VBScript runtime error '800a01a8'
Object required: 'CursorLocation'
/RUNGE ARCHIVING/default.asp, line 67
which is pointing to the folling line:
SET RS.CursorLocation = aduseclient
If I tafe out that line it will give problems in the line below it, it i delete that it works fine. But I want use to a dynamic recordset. Is there something I typed wrong or a setting I overlooked, or anything on how to fix this ??
I'm using xmlhttp to get info from 10 different sites.. 1 site's info is coming to me about 3 second. but when i use 10 sites it longs about 30 seconds.. how can i make it faster ... any solution or any different method can you offer me?
View Replies View RelatedThe database is used for referencing filename, there located folder, id, order shown, but also there are some fields say "location_1" up to "location_4" which have a 0 , 1 or 2 in them. 0 means that file not needed for that section. 1 means needed for that section, and 2 means mandantory (must be seen before exit).
firstly selecting a location from a html radio box, drop down menu (not decided yet) will return whats needed so not showing pages what aint needed and wasting time.
Here it is though in order on the left i wish it to build a menu, but more advanced than plain links would be good. drop down like windows explorer etc. Code:
I want to encrypt the values that are passed as querystring and decrypt tha values in the result page in ASP.
View Replies View Relatedim looking to encrypt a string of numbers in ASP using javascript. Ive been looking up encryption using RSA that does this for text strings. Does anyone know if this can be done with a string of integers?
View Replies View RelatedIs there an encryption protocol that asp classic uses that asp.net also uses?The reason is, I need to allow users to automatically be logged on if they are logged onto the old asp site in the .net one.They are on the classic asp site, they click a link, first, some info is gathered then it is encrypted and placed in a query string.The .Net site gets the query string, decrypts it and takes it from there.
View Replies View RelatedI'm trying to find an encryption algorythme that is emplimented in asp and js so that I can encryp a password client side with the js and decrypt server side with the asp.
View Replies View RelatedWhat is equal function to PHP's md5() in ASP to encrypt strings?
View Replies View Relatedwhat I'm looking to do is encrypt a small portion of html code that is generated by my ASP page. I haven't had much luck finding any info to see if it can even be done though.
Does anyone know a way to encrypt html so its not as easily viewed by the source page code?
What will be the best way to encrypt/decrypt my code. I'm currently using a include file in my code, and want to encrypt this code page.
Will it be best to write a dll to do the encrpytion/decription and call this every time
I want to access the file or not.
How to display data in 128 bit or min or 64 bit encryption form.
View Replies View RelatedMy form accepts user name and password. I want to encrypt the password when I send it to the server. I think I can use windows advapi32.dll functions to encrypt and decrypt the data. Does anybody know if I can use this dll directly in my asp? Do I have to write customized dll which uses advapi32.dll and then use the customized dll in the asp?
View Replies View RelatedI would like to know what is the best to encrypt/decrypt info using ASP. I would like to encrypt some darta when recording it in an Access db and decrypt it when retrieving the data in question.
I guess that there are no built-in function so I was wondering if you would have a script that you would recommend. Or should I use a third party? It doesn't have to be very complex.
I am planning to provide the Pause/Resume while uploading files.Our site is using both java applet and activex to do this.The list of selected files will be stored in an encrypted file using SHA256(I have taken the code from:
[LINK]...
The user can Pause file uploading and can resume file uploading even without login to our site at any time (even after days/weeks).Since the list of files are stored on an encrypted file our site's client service program will upload the rest of files.I invite all to discuss about the security issues arise out of this solution and how secure is the above program using SHA256?
Is there any function in sql server to encrypt a column data? If not, then is it possible in ASP?
View Replies View RelatedI have developed a real estate software and I want to encypt few lines of ASP code so that it becomes difficult for a user to edit the code and change copyrights. Example:
<%
CONST txtUrl = "itHighway.co.uk"
CONST txtTitle = "Real Estate Software"
CONST txtDatabase = "MS Sql Server"
%>
How can I encrypt only first two constant variables?
"Cannot use Request.Form collection after calling BinaryRead"
I get this message cause I have a form that inputs two types of data: a file to upload and a field value to save in a datasource. The encryption is "multipart/form-data". The file is uploaded successfully, but, how can I invoque the fields of the "request.form" without getting this error?
I am currently working on a project where I need to encrypt the query string parameters to hide the details from the user. However, everywhere this parameters are used, I must encrypt on the calling page, and then decrypt on the page being called.
if there is a way to do this transparently so that I don't have to do these steps for all pages? I know this can be done using an HTTP module in .NET but is there a way to do this in classic ASP ?
Can any one know ASP code encryption softwares?
View Replies View Relatedi cant generate paypal buttons with software available as mine need to be dynamic. however i have read paypal manuals 3 times now, and all it tells me is i have to have openSSL.
now i dont, least my host doesent anyway, i have an SSL certificate, but it is not open. does anyone have any experience of trying to encrypt there dynamic buttons for paypal and working with ASP ?
How can I encrypt strings using an asymmetric key?I want to encrypt short strings (credit card numbers, etc.) and save the encrypted strings into a database. When accessing the data (i.e. the web admin), he will provide a password (the decryption key).
There are DLL components (http://www.aspencrypt.com), but I can't register a DLL on the machine (hosted server).
Do anyone know how to encrypt VBscript and Javascript? Or know of any links that will show me how?
View Replies View RelatedI'm looking for a strong, reliable, and cheap component for my encryption needs. I'm wanting to encrypt credit card numbers, encrypt user ID's in cookies, and all the regular stuff.
View Replies View RelatedI'm trying to encrypt query strings.
For Example...
I want this...
http://whatever.com/?clientID=5
to be something like this...
http://whatever.com/?[encrypted string]
I've seen the 4guysrfromrolla's version. Its fine "but" I don't know
if it would be practical in this case. I would need to encrypt many
urls on a single page and every link on a displayed page would be
pulled from a database. the "rolla" version I came across requires
that a text file be created and key written for each encoded string
everytime the page is called. This doesn't seem that practical to me
because I would be writing files and keys dozens of times everytime the
page is called.I've also seen aspEncrypt but they want 250 bucks and I was hoping to
avoid this. I also see that .Net has a method for this but I'm only
working with classic at this point.
I'm working on a site that needs several different types of protection, ranging from hashing pw's (md5) to needing a reversible encryption for some data.
The current encryption I'm using is a freeware RC4 implementation but it periodically generates sql-UNfriendly strings that I can't seem to filter no matter what I try.
Has anyone else worked with an encrytpion method that's both effective and won't blow up an INSERT statement?