Archive

Archive for July 29th, 2010

file hash

July 29th, 2010 admin No comments

file hash
How do you save a Hashmap to file to be used again later?

I have a hashmap that consists of profiles which include strings, ints, an ordered linked list, and an array stack. I’m trying to use object output stream to save the instance of the hash map but when it goes to save it says certain things are not serializable. Is there a way to make this work? Is there perhaps an alternate way to save a hashmap. BTW I’m using java.

Unfortunately you cannot save a HashMap object by means of only using core functionality in Java. The good thing is that you have, by all means, can use a Database software to do the job, move the objects and map them to a table.

These are some free database programs compatible with java:

http://developers.sun.com/javadb/ – is included when installing java
http://dev.mysql.com/ – Free for personal use

http://db.apache.org/derby/

The other good alternative is to use a persister library called DB4O. Think of it as ab object database where you can put each elements on your HashMap to be persisted with an external file created by DB40 and be retrieved back as an Object of the same type.

http://www.db4o.com/

Take your time to learn and evaluate those links I’ve given you as it may solve your persistence problem.

geek’s factory filehash main.php vorgelesen


SYSKEY: Encryption, Cryptography, Hash Function, Password, Microsoft Windows, Password Cracking, Cryptanalysis, Brute Force Attack, Encrypting File System, Authentication


SYSKEY: Encryption, Cryptography, Hash Function, Password, Microsoft Windows, Password Cracking, Cryptanalysis, Brute Force Attack, Encrypting File System, Authentication


$48.00


High Quality Content by WIKIPEDIA articles! SYSKEY is a utility that encrypts the hashed password information in a SAM database in a Windows system using a 128-bit encryption key. SYSKEY was an optional feature added in Windows NT 4.0 SP3. It was meant to protect against offline password cracking attacks so that the SAM database would still be secure even if someone had a copy of it. However, in …

Dynamic hash tables (Research report. University of Waterloo. Department of Computer Science)


Dynamic hash tables (Research report. University of Waterloo. Department of Computer Science)




Identifying an existing file via KaZaA artefacts [An article from: Digital Investigation]


Identifying an existing file via KaZaA artefacts [An article from: Digital Investigation]


$10.95


This digital document is a journal article from Digital Investigation, published by Elsevier in 2006. The article is delivered in HTML format and is available in your Amazon.com Media Library immediately after purchase. You can view it with any web browser.Description: This child exploitation case study details two newly developed techniques for investigating illegal activity on peer-to-peer netwo…