create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| <?php | |
| // original source: http://kuwamoto.org/2007/12/17/improved-pluralizing-in-php-actionscript-and-ror/ | |
| /* | |
| The MIT License (MIT) | |
| Copyright (c) 2015 | |
| Permission is hereby granted, free of charge, to any person obtaining a copy |
| # Note: this is not a fully functioning script! You will need to edit paths and other variables manually and it's adviced to run each command manually one after another | |
| # install dependencies | |
| # http://www.securitylearn.net/tag/deep-analysis-of-itunes-backup/ | |
| sudo ARCHFLAGS='-arch i386 -arch x86_64' easy_install pycrypto | |
| sudo easy_install M2crypto construct progressbar | |
| # clone the decrypt tool source code | |
| # hg stands for mercurial | |
| hg clone https://code.google.com/p/iphone-dataprotection/ |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"