public marks

PUBLIC MARKS with search password

January 2012

October 2011

August 2011

Best free data backup software. Hard drive backup and recovery freeware. Hard Disk image freeware.

by cascamorto
Core Features Disk and Partition Image Backup entire disk(s), partition(s) or dynamic volume(s) to image. You can back up the entire system and installed applications on the fly without interrupting the work. It ensures the instant recovery of your PC instead of reinstalling Windows and software. Universal Restore - Improved One-click universal restore. Under WinPE recovery environment, you can simplify system migration by the way of restoring system to dissimilar hardware configuration for hardware replacement. File and Folder Backup Make a copy of specified files and folders or by file types to secure your individual data, including documents, pictures, music, emails, applications, videos and financial files, etc. Incremental/Differential Backup - New Capturing the changes, differential backup and incremental backup for disk and files are two complements for full backup owing to saving time and your disk space. Features Backup Management Disaster Recovery By Managing backup tasks and plans, you can change a backup task or plan and execute the changes immediately, delete image files, and even convert a disk image to .VMDK (VMware virtual disk format) or .VHD (for Virtual PC ) and then mount into a virtual machine directly. EaseUS Todo Backup enables you to restore important files from backed up image and perform disaster recovery just by simple clicks. It ensures quick recovery from system crash, a personal error, hardware or software failure, virus attack or hacker's intrusive destruction, etc. Backup Schedule Delete old images - Improved To run backup automatically at a predefined time. By scheduling a backup task, your system and important data can be backed up now, daily, weekly, monthly. Automatically delete/overwrite old images based on versions or days to save hard disk space according to your own settings. Mount and Unmount Disk and Partition Clone - Improved Mount a disk and partition image to a virtual partition (working as ordinary, logical drives) to explore or copy files in it. A drive letter can be assigned to this partition. You can also unmount the virtual partition. Migrate or copy all the data on a hard disk, partition or dynamic volume to another. Clone disk is especially useful to upgrade your hard drive to a new one without reinstalling operating systems and applications. Image Splitting Wipe Data Split an image file into several files of specified size to fit different storage devices. This feature is helpful to burn the backup file to CD/DVD. With this feature, you can erase all the sensitive data on a disk or partition to protect your privacy. Image Compression Check Image Compress a backup image to save disk space. The higher compression level, the smaller image is. Check the integrate of backup image. You can validate whether you will be able to recover from the backup image. Set Priority Explore backup image file Change the priority of a backup process to make it run faster or slower. The performance of other programs will be adversely affected. Explore, copy and restore files and folders directly from a backup image in Windows Explorer. Password Bootable Media Set a password to protect your image file and prevent other persons to access the backed up files. The highest encryption standard (256 bit AES) is available in EaseUS Todo Backup. Run EaseUS Todo Backup from an emergency disk to perform recovery in case of system crash, etc. USB drive, CD or DVD bootable media can be created. Schedule Backup Ongoing Indicator Email Notification Timely notify whether your schedule is ongoing, and allow manually cancel the schedule. Notify administrator with the results of backup operations via email. Support Pre-OS recovery environment Install program without system rebooting

Super Grub Disk

by cascamorto & 1 other
Rescatux Fixes GRUB Fixes GRUB2 Rebuild Debian/Ubuntu grub menues Check and fix filesystems Fixes Windows MBR Blank Windows password Boot Info Script ~ 303 MB Size Super Grub2 Disk Boots into many systems and GRUB2 ones! ~ 1.44 MB Size

Free Nemo PDF to Word Converter - Convert PDF to Word document (*doc) freely

by cascamorto
Free and Efficient PDF to Word Converter Absolutely free PDF to Word Converter Convert to Word/RTF accurately in seconds (*.doc, *.rtf) Support Password-protected PDF files (*.pdf) Support Adobe PDF 9.4 and its previous versions (*.pdf) Support PDF files created by other applications (*.pdf) Support MS Office 97/2003/2007 (*.doc, *.docx,*.rtf) Retain 100% Original Format Preserve original images, tables, charts, graphics, etc. positioned in the original places. Retain original text styles exactly, including font, size, color, underline, boldness, etc. Convert page numbers, headers and footers as them in the generated PDF files Flexible and Accurate Conversion Partial conversion - convert selected pages or page ranges of multi-page PDF files to Word. Batch conversion - convert multiple PDF files to Word at one time. Easy and Quick Operation User-friendly interfaces, easy to process the conversion Multi-page PDF files can be easily converted in seconds.

July 2011

PDFUnlock! - Unlock secured PDF files online for free.

by sbrothier & 3 others
PDF files can be secured with restrictions that prevent you from for example copying text from them or editing, printing, merging or splitting them. PDFUnlock! can remove these restrictions (a.k.a "owner password").

May 2011

Afficher ou masquer les mots de passe de vos formulaires en jQuery | Jay Salvat, le blog

by eledo34
Il y a quelques semaines je lisais un article de Jackob Neilsen, « the King of Usability », intitulé Stop Masking Password. Comme très souvent, mon avis est partagé sur ses affirmations. Alors que je suis d’accord sur le temps que peut faire perdre un mot de passe voilé dans certaines situations, je suis bien heureux que celui-ci ne soit pas visible au quotidien.

April 2011

Bug 592772 – Fennec should offer to use master password

by karlcow

1) your passwords will be copied to your mobile device and stored in the clear

infrastructure et sécurité.

The Usability of Passwords (by @baekdal) #tips

by Spone
Security companies and IT people constantly tells us that we should use complex and difficult passwords. This is bad advice, because you can actually make usable, easy to remember and highly secure passwords. In fact, usable passwords are often far better than complex ones. So let's dive into the world of passwords, and look at what makes a password secure in practical terms.

March 2011

Tool - Delicious XML Exporter - Use this utility to download an XML file of all your bookmarks from Delicious

by decembre
We use OAuth, so you never have to give us your password. But you must have Yahoo ID for that.... How does this work? In a few seconds you will be prompted to download the file containing your bookmarks. With this XML file, you can import it into several other bookmark utilities including the open-source Semantic Scuttle, or into a Wordpress blog, or many others. We are currently developing a Wordpress theme and custom post type that you can use to run your own private bookmarking website. We are not affiliated with Delicious or Yahoo. We are a fan of Delicious, and will be sorry to see it go, so we want to make it easy for everyone to be able to download their bookmarks data and move it elsewhere.

Naked Password - jQuery Plugin to Encourage Stronger Passwords

by Krome & 3 others
The whole idea of naked password is to encourage your users to enter stronger passwords. Our beautiful model Sally tastefully removes items of clothing as the password grows stronger.

Naked Password - jQuery Plugin to Encourage Stronger Passwords

by Spone & 3 others
The whole idea of naked password is to encourage your users to enter stronger passwords. Our beautiful model Sally tastefully removes items of clothing as the password grows stronger.

February 2011

The Unofficial Guide to Migrating Off of Google App Engine

by night.kame

Unfortunately, if the data store starts acting up, Google's code uses an exponential backoff algorithm that could cause the export process to grind to a halt (I never actually saw it recover, it just gets slower). Moreover, because export processes take days, you will need to run a nohup background process, but Google's export script requires an interactive login.

Here is my suggestion: spin up a dedicated EC2 instance, push your code and install Google App Engine linux, embed your username/password directly into the script, remove the exponential backoff, and then run the following

Comment exporter un gros jeu de données de Google App Engine ? C'est simple, allez à la concurrence chez Amazon et lancer l'export depuis là-bas, parce que là au moins, ça a une chance d'aboutir.

Tool : Password Strength Checker

by elaviar & 9 others
This application is designed to assess the strength of password strings. The instantaneous visual feedback provides the user a means to improve the strength of their passwords, with a hard focus on breaking the typical bad habits of faulty password formulation. Since no official weighting system exists, we created our own formulas to assess the overall strength of a given password. Please note, that this application does not utilize the typical "days-to-crack" approach for strength determination. We have found that particular system to be severely lacking and unreliable for real-world scenarios. This application is neither perfect nor foolproof, and should only be utilized as a loose guide in determining methods for improving the password creation process. Download Password Meter Package

January 2011

Top 5 WordPress Security Tips You Most Likely Don’t Follow

by mozkart (via)
1. Don’t use the admin account – The default user account that is created with every installation of WordPress is the admin account. Unfortunately the entire world knows this, including hackers, and can easily launch a dictionary attack on your website to try and guess your password. If a hacker already knows your username that’s half the battle. It’s highly recommended to delete or change the admin account username. 2. Move your wp-config.php file – Did you know since WordPress 2.6 you can move your wp-config.php file outside of your root WordPress directory? Most users don’t know this and the ones that do don’t do it. To do this simply move your wp-config.php file up one directory from your WordPress root. WordPress will automatically look for your config file there if it can’t find it in your root directory. 3. Change the WordPress table prefix – The WordPress table prefix is wp_ by default. You can change this prior to installing WordPress by changing the $table_prefix value in your wp-config.php file. If a hacker is able to exploit your website using SQL Injection, this will make it harder for them to guess your table names and quite possibly keep them from doing SQL Injection at all. If you want to change the table prefix after you have installed WordPress you can use the WP Security Scan plugin to do so. Make sure you take a good backup before doing this though. 4. Use Secret Keys – This is probably the most followed security tip on the list, but still I’m amazed at how many people don’t do this. A secret key is a hashing salt that is used against your password to make it even stronger. Secret keys are set in your wp-config.php file. Simply visit https://api.wordpress.org/secret-key/1.1 to have a set of randomly generated secret keys created for you. Copy the 4 secret keys to your wp-config.php file and save. You can add/change these keys at any time, the only thing that will happen is all current WordPress cookies will be invalidated and your users will have to log in again. 5. htaccess lockdown – This is actually my favorite tip from my presentation. Using a .htaccess file you can lockdown your wp-admin directory by IP address. This means only IP addresses you specify can access your admin dashboard URLs. This makes it impossible for anyone else to try and hack your WordPress backend. To do this simply create a file called .htaccess and add the following code to your file, replacing xxx.xxx.xxx.xxx with your IP address:

December 2010

Portable PHP password hashing ("password encryption") framework

by Spone & 5 others
This is a portable public domain password hashing framework for use in PHP applications. It is meant to work with PHP 3 and above, and it has actually been tested with at least PHP 3.0.18 through 5.3.0 so far.

Active users

eledo34
last mark : 19/01/2012 05:10

bamthomas
last mark : 31/10/2011 09:27

cascamorto
last mark : 31/08/2011 19:50

sbrothier
last mark : 19/07/2011 16:19

JJL
last mark : 11/07/2011 19:19

karlcow
last mark : 20/04/2011 12:42

Spone
last mark : 16/04/2011 22:10

decembre
last mark : 22/03/2011 13:46

vrossign
last mark : 09/03/2011 18:30

valtudinaire
last mark : 02/03/2011 10:03

Krome
last mark : 01/03/2011 12:56

night.kame
last mark : 26/02/2011 15:28

ericpaul
last mark : 25/02/2011 01:53

elaviar
last mark : 09/02/2011 11:35

mozkart
last mark : 26/01/2011 14:46

krachot
last mark : 17/12/2010 12:55