Tagged Questions
The encrypted tag has no wiki summary.
4
votes
2answers
117 views
Java Encrypted Memory Class Loader
I'll get right to the point so you don't have to read a lot.
Basically, I have an AES-128bit Encrypted Jar file. I want to make a launcher so that I can load this encrypted Jar into memory and run it ...
3
votes
3answers
953 views
SQLite - Creating encrypted databases. How the…?
How can I create an encrypted SQLite database that actually stays encrypted or that I can open afterwards.
I used SQLite2009 Pro Enterprise Manager that "can" create encrypted databases, but after ...
2
votes
1answer
111 views
How to do XML Encryption 128 bit in WPF
I want to encrypt a XML file in Wpf to 128 bit. Can anyone tell me how it is done through code in C#? And what is it exactly 128 bit encryption?
2
votes
1answer
225 views
Ruby Rails query selection criteria includes encrypted field
I am using Rails 2.3.4
I am looking less for a specific answer to this question, but more for general guidance in this matter.
In our (MySQL) database, we encrypt personally identifiable information ...
2
votes
2answers
406 views
php encrypted ssl session data
I have 2 servers running,
one for the dynamic content (nginx, php)
and another for login (apache2, php)
i use memcache to share the session information
i upgraded the server software and since ...
2
votes
4answers
194 views
How would you deal with sensitive data in your database?
In some project we have very that even our staff is not suppose to have access to. In theory, we have policies to ensure they don't. In practice, we are in Africa and policies don't mean a lot, no ...
1
vote
2answers
31 views
Read Encrypted Passwords from SQL Server table with C#
I am trying to read a Username and a Password from a table in SQL Server, via a C# code module; The password field in the table is purposely encrypted, and the following error is received:
An ...
1
vote
2answers
112 views
Javascript encoded?
someone is using a weird script to bug my forum, I tracked it and found the javascript, but it's "encoded", can someone help me ?
here it is:
<script language="javascript">
var ...
1
vote
1answer
203 views
Writing an encrypted mail via Exchange Web Services
I would like to send an encrypted EMail Message with Exchange WEb Services using C#.
Is there any possibillity?
Thanks
Edit:
My Mail body encrypter:
public static byte[] encry(string ...
1
vote
6answers
130 views
Php problem eval/html/php
I've been writing a php/html page encoder/decoder... I know it already exists but it's a university project so go on XDDD
I encode the pages that I want to protect let's say hypothetically with ...
1
vote
1answer
158 views
having problems trying to restore encrypted database
Im trying to copy an encrypted database from the default server to my server for testing purposes
but im having troubles doing so because i have never done it
so im going to explain my procedure and ...
1
vote
1answer
159 views
Decoding encrypted footer [closed]
Possible Duplicate:
How to decode this PHP code?
Can i ask for the help of someone to decrytpt this encoded footer.
Basically I would like to remove the links, mostly the link for Ford For ...
1
vote
2answers
360 views
SQL query to create a encrypted password
I am trying to create a secure password login screen in c#.Right now i have just created the login screen and I am able to read the username and password from the database.But which i have designed ...
0
votes
2answers
23 views
Odd code in wordpress theme
Ive just downloaded a "free" theme and after check the files out with a addon I use (http://builtbackwards.com/projects/tac/)
And for the first time ever its come up with "Encrypted Code Found!" so ...
0
votes
0answers
19 views
android webview encrypted content
I have an application that uses a webview in order to display content and the Javascript calls are the controller of my application.
In order to provide a level of security I obfuscated the code. This ...
0
votes
2answers
32 views
PHP search feature, where comparing an encrypted value
I am making a search feature where the search value should be compared with two columns in a db table. One column is just a name and the other column is en encrypted value in format "xxxxxx-xxxx" ...
0
votes
0answers
58 views
unencrypted login request in jsp
I have an authentication jsp page where i am checking whether user is giving correct username and password and password is being passed like username i.e. password is not displayed in browser but how ...
0
votes
0answers
47 views
stream encrypted video
I want to make an encrypted video is played the extent to which it is decrypted. I'm using the framework OSMF to play the video data is encrypted and desencrypt video using ByteArray.
Could anyone ...
0
votes
0answers
11 views
SSCrypto cipherTextAsString returning null
I'm relatively new to Obj-C and Cocoa. I use mostly Java and VB. I have begun to experiment with SSCrypto, seems like a pretty nice tool for crypto work but something is baffling me. Probably due to ...
0
votes
0answers
103 views
Custom LVM Encrypted Debian USB [closed]
I'm running Debian and have created a custom Debian installation on a virtual machine using VirtualBox. I made an LVM encrypted installation. I used ReMasterSys to output the OS as an .iso and wrote ...
0
votes
0answers
97 views
decrypting secure email with imap/php
I have a script that reads emails that are sent to our email client. The script basically saves the emails into a mysql database.
We use php and it's imap functions to get and retrieve the emails. ...
0
votes
1answer
221 views
Playing encrypted video
What I want to do is next:
We need to protect the video content(encrypt it) and be able to play it.
Tricky part is that we do not want to load everything into memory at once and decrypt there.(though ...
0
votes
1answer
61 views
NSURL may not respond warning +encryptedFileWithPath
I am using the following code which is coming up with a warning. The code does display the correct image - but how can I get rid of the warning?
NSString *indexPath = [[NSBundle mainBundle] ...
0
votes
0answers
74 views
How to send my new recovery password in ASP.NET Configuration tool?
I don't understand simple things how to send decrypted e-mail using password recovery in ASP.NET Configuration tool? Or how can I send to user my own new password without encrypt and this password ...
0
votes
2answers
93 views
Write data to file Cocoa?
I need to use the writeToFile: methods in writing data (that is encrypted) to a file. However, say I have:
NSData *encryptedData = [data AES256EncryptWithKey:key];
And I write the encryptedData to ...
0
votes
2answers
70 views
check .txt file content if it match the text in the text box c#
Hi i need to validate a text-box input throw a .dat file[plain text] if it matches it do other stuff and if not i displays a pop up message
any help would be appreciated
and if you can also tell me ...
0
votes
0answers
94 views
How do I open an encrypted dat file [closed]
I have a dictionary of words that's a 10mb encrypted dat file. How could I go about decrypting this file so I can see the contents?
0
votes
1answer
62 views
Save Encrypted data in text file
I have encrypted my output data. I want to save those data in a file. When I am saving it in a text file, I believe it is not saved properly. Because, I cant get proper data after decryption from that ...
0
votes
1answer
285 views
SAML 2.0 x509 Certificate and Signature value?
What is the SignatureValue here how it is created?
Is X509Certificate value for .cert base64 encoded?
We need to implement these value from our SSO(Single Sign On) application creating SAML 2.0 ...
0
votes
0answers
34 views
Android how to pull Encrypted API - SAX?
I have scoured the internet for samples, tutorials or anything relating to Android App API pulling. This is what I have:
API with login and encrypted password
...
0
votes
1answer
68 views
Folder Encryption and Debugging in VS2010
This may be a simple question but I will throw it out anyway.
My company's standard is to encrypt the contents of specific folders on our laptops, so in the case our laptops are stolen, the thieves ...
0
votes
1answer
213 views
Paypal encrypted button doesn't work in sandbox but works in official page
I'm using a python script to encrypt my buttons.
I uploaded my certificate to Paypal and downloaded their public key.
When I sign a button and click on it with the link :
...
0
votes
2answers
228 views
Ruby on Rails SQLite3::NotADatabaseException (file is encrypted or is not a database)
I am afraid something really bad happened while I was messing around with my RAILS app. It was working fine, and I am not sure what I did, but I get the following error:
Started GET "/" for 127.0.0.1 ...
0
votes
2answers
426 views
Issue accessing a WebResource.axd files content within code
Im trying to combine all css files into one css file.
The trouble is getting the WebResource.axd files included. I know I can do an http request to grab it but I also know i should be able to fetch ...
0
votes
1answer
206 views
CryptImportKey in CryptoAPI accepts hPubKey of 0 to import encrypted session key
Can anyone explain why the CryptImportKey function accepts an hPubKey of 0 (the decryption key handle), when importing an encrypted session-type key-blob from another computer?
The environment is ...
0
votes
2answers
444 views
attr_encrypted with rails
I'm using attr_encrypted in my rails app and it is not working as expected. What am I doing wrong?
My schema looks like this:
ActiveRecord::Schema.define(:version => 20110226214519) do
...
0
votes
2answers
41 views
extract data from txt
i've found this string :
M``1@W?!E[G$0C#&/X)A#&<605QS8!W#^A;X"D%CI"D_XGT$"=&L:*_B'JI2K
M<.9H*78G0G+J(*R3KB6A%3A2QU5$@L0?[H0\,45&$K0,X`%'9YC`'L#`JA-`
...
0
votes
1answer
322 views
How to encrypt database SQLite using Adobe AIR 2.0
i just wanna ask how to encrypt database using adobe air 2.0. I found some codes using Adobe air 1.5. here the codes:
// Include AIRAliases.js to use air.* shortcuts
var conn = new ...
0
votes
1answer
198 views
how to authenticate encrypted password at LDAP server
How to authenticate encrypted password at LDAP server
-3
votes
1answer
87 views
PHP File Encyrpted [closed]
I dont know how or what this PHP file is doing but its encyrpted and I need to decyrpt it. I heard its base64 or something but Its really hard. Code..
(code removed)
Dont ask what it is, But I need ...