OpenPGP Support in Outlook 2007-2010-2013

Outlook is the product offering in Microsoft’s Office productivity suite that allow power users to manage their email on their desktop. Basically, it’s a powerful email client. Many users do not even have a need for Outlook or Thunderbird because one can also manage their emails via their web browser. For example, to manage your Gmail account, you pretty much just log into Gmail’s web page. Reading, sending and sorting email is all done within the browser. Outlook mainly shines in businesses and enterprises that deploy their own email infrastructure. Anyways, chances are good that if you are looking for a way to integrate OpenPGP into Outlook, you know exactly what Outlook is. So with that being said, let’s just get started!

If you are testing this entirely by yourself, you will need two separate email accounts and preferably, two separate computers as well. For my testing purposes, I made two dummy email accounts called Test01@gmail.com and Test02@gmail.com.

The lab was between Outlook 2007 & 2010

The utility that allows Outlook to use the OpenPGP system is called the Outlook Privacy Plugin. The unfortunate part with this utility is that it only supports a single email account within Outlook.
For Outlook 2007 & 2010 i used Beta-2 and for Outlook 2013 Beta-34

Finally, we need GNUPG installed on our system. For Windows systems, the best way to do this is to install Gpg4win. Be sure to download the full version and not the lite version. The full version includes Kleopatra, which is the utility we use to manage our keys. It is certainly possible to manually manage your keyring but trust me, it’s not fun.

When you open Outlook after installing the Outlook Privacy Plugin, you’ll be presented with the plugin’s setting dialog box. It needs you to tell it where you have installed the Gpg.exe program. Gpg4win installed this for us and so we just need to browse to the correct location. By default, the location is located in:

C:\Program Files\GNU\GnuPG\pub



















Here, I am assuming you do not have a key pair. Therefore, I’ll go over how to create one and attach it to your email account in Outlook. This process involves using the command prompt but it’s really easy, trust me. What you need to do first is open a command prompt with administrator privileges. Next, navigate to the directory where the gpg.exe executable is installed. I’ve listed the location above.

COMMAND PROMPT: 
What you need to do first is open a command prompt with administrator privileges. Next, navigate to the directory where the gpg.exe executable is installed. I’ve listed the location above.


Now we can create our key pair. If you enter in the exact commands as shown here, everything should work as expected. First we enter in: gpg --gen-key


For general uses, it’s best to just select the first option (RSA). Type in the number 1 and hit Enter. You’re then asked to select a key length for your key pair. Technically, the longer the keysize, the more secure it is although it takes more processing power to encrypt and decrypt. I typed in 1024.


  You’re then asked for the validity period for your key pair. If you are positive that you can keep your private key safe, you can set a longer validity period. For my test scenario, I chose my key validity period to not expire.


Next we need to fill in our personal information. First up is our Real Name. Of course you don’t really have to give your real name but if you are to use OpenPGP for business or professional purposes, you want the other party member to be able to correctly and easily identify you via your public key.


Next is your email address information. Here, you must give it the real email address you wish to associate with the generated key pair!

Finally, you can type in a comment. This usually gives a bit more information as to who you are. This field is purely optional.


One you hit Enter, you will be asked to confirm your entries. You can easily change the information by pressing the corresponding letter (N to change Name field, etc). Once you are finished, type the letter O to proceed.


A “pinentry” dialog box should appear. Here you will need to type in your secret passphrase to protect your private key. You should always remember this passphrase because it is how you access your private key to help decrypt and sign emails! You should also make it relatively strong.


Once done so, gpg will then proceed to generate our key pair. Here is the final output screen.


Now that we have our keypair generated for our email address, we need to next export our public key so that we can share it with other people. Whenever someone wants to send an encrypted email to you, they must use this public key which of course you give to them ahead of time. You can also send your public key to me for testing purposes. To export our public key, we type in this command:

gpg –export -a “youremailaddress” > test01.asc

This command will export our public key to a file called public.asc. We can then give this public key to any who wishes to communicate with us securely. In my scenario, I will simply transfer it to my USB thumb drive and import it to my second computer.


Now that I have my keypair for my first dummy email account, I need to repeat the same procedures for my second dummy test account. In the end, I will have a public/private keypair for both email accounts. Of course, this is only a test scenario and so that is why I had to perform this procedure twice. In the real world, you only generate the keypair for your own email account and not that of others!

I am now on my second computer and will proceed to import the public key I exported earlier from my first dummy account to my second computer. This is similar to what you will have to do when you receive a public key from another individual. You will have to import the key into your keyring before it can be utilized. Luckily, Gpg4win includes a nifty key management utility called Kleopatra that will make this whole import/export process very easy to perform. Here, I will perform a import.

Once I have Kleopatra opened, it will show you every key in your key ring. Here, you can see that I only have one key and that is the public/private key pair for my second email account, Test01@gmail.com. I am now going to import the public key for Test02@gmail.com.


I simply click on the Import Certificate button, browse to the certificate location and that’s it! The certificate for Test02@gmail.com will then be successfully imported into the key ring and it will be listed in the “Imported Certificates” tab.


At this point, we are almost ready to begin sending encrypted emails with Outlook. 
We just need to configure one more thing.
Back in Outlook, we need to set one more configuration setting for the Outlook Privacy Plugin and that is to tell it which private key belongs to us. Within Outlook, click on the Add-Ins tab and you will see the mini toolbar for the plugin.


Click on the Settings button and then select the Compose tab. Under the Default Key selection box, we should see our newly created private key. In my case, this would be my first email account of Test01@gmail.com. Select it, hit OK and we are done!


After that you must trust the others certificate
You can do that from Imported Certificates right click on the Certificate and click "Certify Certificate"


Select the Certificate [ in my case Test02@gmail.com ] select [ I have verified the fingerprint ] and then click Next.


Leave default options [ Certify only for myself ] and click Certify


Now the Certificate is on your "Trusted Certificates"


Sending Encrypted Email

Finally, we are able to test the encryption system by composing encrypted emails! This test is very simple. I will be composing a email from my second email account [ Test02@gmail.com ] to my primary account [ Test01@gmail.com ] using its public key. Sadly, we currently can only compose plain text emails using this system. HTML emails are not supported at the moment. Within Outlook, I press and hold down the Shift key while clicking on the New Email button. This lets Outlook know that I am composing a plain text email. I compose my email as usual. However, before sending, I select both the Sign and Encrypt setting located in the upper right corner.


By signing the email, this proves to Test01 (the email being sent to) that it was indeed Test02 that sent the email and no one else because the signature can only be decrypted using its public key. By encrypting the email with Test01′s public key, we can be sure that only that recipient is able to read the email because only that party member have the corresponding private key to decrypt the public key. When I hit the send button, the plugin will ask me for the passphrase for my private key (Test02). This is because I am signing the email which in turn needs access to my private key. You do not need to type in a password if you are only encrypting the email. You just need the recipient’s public key. Once done so, the email will get sent along its way!
When you receive the email only you have to do is to Decrypt the message from the same menu



















































Encryption


  OpenPGP Support in Outlook 2007-2010-2013

How to Install Deb files

Basic Requirements:

1 - Jailbroken iPhone/iPod/iPad
2 - Open Cydia and Install OpenSSH [ Default Password: alpine ]

Method 1:
SSH into iPhone using Bitvise Tunnelier [ Windows ] or Cyberduck [ MacOS]
Copy .deb files into tmp folder and run the following command:
dpkg -i/tmp/name.deb where the name is the name of the app you want to install
After installation you can delete the .deb file

Method 2:
SSH your iPhone and go to /var/root/Media/Cydia/AutoInstall
Copy the .deb file there and just reboot your device.

Tweak - WhatsActor

Developer apps Cydia release WhatsActor
This tweak works with iOS 6 or higher. WhatsActor v1.0-3 tweak for alert you write test to send it through WhatsApp from anywhere on your iPhone, iPod touch or iPad.
Just choose it under Activator in the Settings app. After install WhatsActor deb no Option to configure.




Official ICS for GALAXY Tab 10.1 P7500

01 - Download Odin 1.85 [ You must have the drivers on your windows machine ]
02 - Go to http://www.sammobile.com/firmware/
03 - Register an account
04 - Put in the info about your device and choose your region to be Italy
05 - Download the approbriate update
06 - Extract the .zip file
07 - Put your device in download mode and connect it to your PC
08 - Click on the PDA and choose the .md5 file
09 - Click start your device will reboot a couple of times
10 - You are running Android 4.0.4 Ice Cream Sandwich on your GALAXY Tab 10.1

Mapping Links

Network-Tools

IP Address Lookup

SSL Checker

MX ToolBox

Runtime Error keeps coming up

PROBLEM:
Hi..I have this Runtime Error that keeps coming up on my laptop(HP with Windows Vista).
Its saying that the problem is in the,
Program: C:\Windows\SMINST\BLService.exe.

And says

Application MFC STServices Stopped working and was closed.


BLService.exe Error on HP Computer
A customer gave me a HP Pavilion notebook computer to work on that was experiencing an error with a program called BLService.exe. There were access denied errors and Kaspersky antivirus was alerting me to a low level disk access error.

The BLService.exe file is associated with a Windows service called "Recovery Service for Windows" in Vista. This is not a Microsoft service but rather a service by HP associated with handling an issue with Microsoft Bitlocker.

I have only seen the problem on HP computers with Windows Vista, although the service does not appear to be installed on all HP computers with Windows Vista.

There are solutions on the web for renaming the BLservice.exe file or disabling the service. Neither of these options is really an appropriate way to solve the problem. However HP just released in September 2008 a patch for the problem.



Where Can I Download the Patch for the BLService Error

HP just recently released a patch for this particular problem that updates the Microsoft Bitlocker program. The patch fixes an issue where BLService.exe stops working when an external USB drive is attached to the computer. After installing the patch, the program only monitors the internal hard drive.

You can download the patch for this problem from the following location.


DOWNLOAD 

HP


Runtime Error keeps coming up

Root for Galaxy S4 Active! (SGH-i537 ~ AT&T) [UPDATED 7/2/2013 @ 9PM MST]

1. First go to Settings and click the "More" tab. Then go into security and check "Unknown Sources."



2. Visit http://geohot.com/activeroot from your device and click the lampda picture to download the apk file.


3. Run the apk. It should give you a message telling you that you have root. Worked almost instantly for me.

4. Visit the Play Store and download SuperSU. (NOTE: You MUST download and use SuperSU to manage superuser permissions, nothing else. Only SuperSU currently can circumvent Samsung's "root blocker" in the kernel.)

5. Optional. Donate. I contributed $10 to the original bounty, but really... this is a quick and simple method. Toss him $5 bucks if this root helps you out!


********** ***************************************** **********

Kill AT&T's OTA updater before it kills you!

Use a root enabled file explorer (Like Root Explorer) and navigate to: /system/app/

Rename or delete wssyncmldm.apk

If you want to get rid of AT&T's nannying nagging message about root access delete or rename KNOXAgent.apk

Install App Quarantine, go into settings and uncheck Hide system apps and disable AT&T Updater


********** ***************************************** **********

[[[[[[[[[[[[[[[[[[[[[[[[[ ===== ]]]]]]]]]]]]]]]]]]]]]]]]

UNROOT and RETURN TO STOCK:

File Name: Oneclick_I537UCUAMF1.7z
MD5: 5860A429420FF9029C8CF687F43E3D83
Password: rootzwiki
DOWNLOAD: Here
Credit: RootzWiki


[[[[[[[[[[[[[[[[[[[[[[[[[ ===== ]]]]]]]]]]]]]]]]]]]]]]]]

======================================
F.A.Q.
======================================


Q: What does activeroot do for my phone?
A: It gives you root access to you the phone's file system.

Q: What can I do with root?
A: You can run applications that require root access to function. Apps like Titanium Backup, can back up all of your apps and settings and save it in your phone's storage/SD card. You can also freeze (disable) or delete pre-installed apps that came with the phone (AT&T/Samsung bloatware).

Q: Is root dangerous?
A: Well, it does give you access to files you were not supposed to be allowed to manipulate. If you accidentally delete files that are important, you could cause the phone to crash and prevent booting.

Q: Can I install a custom ROM?
A: As of 7/2/13, the answer is no. Not yet. To be able to install a custom ROM, you need to be able to install a custom recovery. As of now, the bootloader of the original Galaxy S4 and the Galaxy S4 Active are still locked. The original GS4 currently has an venerability in it's bootloader that allows for an exploit (called Loki exploit) to be used that enables installation of custom recoveries and ROMS. This vulnerability has since been patched since the release of the GS4 Active, and our phones cannot take advantage of the Loki exploit.

Q: Will the GS4A's bootloader EVER be unlocked?
A: No one knows for sure. The Galaxy S4 Active is a niche product available exclusively on AT&T in the USA. It will never reach the sales numbers that the original Galaxy S4 will achieve because of this. Since the original GS4 will be the phone in more users' hands... the same can be said for the hands of developers. A developer who bought the original GS4, is not likely to also buy a GS4A. That being said, the original GS4 is a very popular device and people are working hard on it's bootloader. The GS4 and the GS4A are similar enough that if the GS4 gets unlocked, luck may shine on us and the method may unlock our phones as well. But, as the old saying goes, "I wouldn't hold your breath."



Android CustomRoms


Root for Galaxy S4 Active! (SGH-i537 ~ AT&T) [UPDATED 7/2/2013 @ 9PM MST]

Official ICS for GALAXY Tab 10.1 P7500

Active Link: Ανοίξετε τα αγαπημένα σας URLs μέσω Activator


Το Active Link ειναι ένα νέο tweak που μας δίνει την δυνατότητα να ανοίξουμε διάφορα URLs μέσω του Activator. Για την ακρίβεια μπορούμε να βάλουμε μέχρι 5 URLs.
Όπως προανέφερα μπορείτε να ανοίξετε τα Link είτε κάνοντας tap στην status bar είτε κάποια άλλη “κίνηση” από το Activator.
Τα link τα βάζετε μέσα από τα settings και μετά πάτε στο Activator και ενεργοποιείτε όποιο Link θέλετε.
Το tweak ειναι πάρα πολύ απλό και χρήσιμο, θα το βρείτε στο repo του  BigBoss δωρεάν.

Πως να συνδέσετε το χειριστήριο του Xbox 360 στο Mac σας


Για να καταφέρετε να κάνετε το χειριστήριο του Xbox 360 αναγνωρίσιμη συσκευή στον Mac σας θα χρειαστείτε να εγκαταστήσετε ένα συγκεκριμένο driver Tattiebogle driver. Κατεβάστε τον ακολουθήστε την διαδικασία εγκατάστασης του και κάντε επανεκκίνηση στο μηχάνημα σας.

1.  Κατεβάστε το Tattiebogle Xbox 360 driver


2. Όταν ο Mac σας κάνει επανεκκίνηση τότε πηγαίνετε στις Προτιμήσεις Συστήματος (System Preferences) και στο κάτω μέρος της καρτέλας με την ονομασία Άλλα (Other) θα βρείτε το ”Xbox 360 Controllers.” Πηγαίνετε εκεί  για να ελέγξετε ότι το χειριστήριο σας δουλεύει κανονικά καθώς και για να παραμετροποιήσετε τις διάφορες λειτουργίες που θέλετε να κάνουν τα κουμπιά του.


Αυτό ήταν, είστε έτοιμοι, στα περισσότερα παιχνίδια μάλιστα όπως το Dirt 2 η προεπιλεγμένες επιλογές είναι και η ιδανικές και έτσι δεν θα χρειαστείτε να αλλάξετε κάτι.

Για όλα τα άλλα χειριστήρια τώρα που αντιμετωπίζεται πιθανά προβλήματα σας προτείνουμε και τα παρακάτω που σίγουρα θα λύσουν τα θέματα αναγνώρισης και συμβατότητας με τον Mac σας:
  • Joystick Mapper - $4.99
  • Gamepad Companion - $7.99















Mac


Πως να συνδέσετε το χειριστήριο του Xbox 360 στο Mac σας

Tweak - Vox


Το Vox έρχεται να αντικαταστήσει το εικονίδιο της μπαταριάς με ένα πιο μινιμαλιστικό εικονίδιο.

Μόλις κάνετε εγκατάσταση του tweak μιας και δεν είναι θέμα που ενεργοποιείτε από το Winterboard θα παρατηρήσετε ότι στην θέση της μπαταριάς τώρα υπάρχει μια “μπάλα”.

Όταν η μπαταρία είναι γεμάτη, τότε η “μπάλα” θα είναι γεμάτη με άσπρο χρώμα. Αν η μπαταρία είναι μισό γεμάτη τότε θα είναι η μίση “μπάλα” άσπρη και τέλος αν η μπαταρία είναι κάτω από 20% τότε θα γίνει κόκκινη.




Αν όμως μπείτε στο Notification Center τότε θα δείτε ότι εμφανίζεται ακριβώς το ποσοστό της μπαταριάς σας.


Tweak - Double Tap

Ο Alan Yip γνωστός από διάφορα tweaks όπως το TapToWidgets έρχεται με ένα νέο tweak όπου μας κάνει ευκολότερη και πάλι την χρήση του κινητού μας.

Το tweak απευθύνετε κυρίως σε άτομα με χαλασμένα τα Volume up/down πλήκτρα. Όμως έχουμε την δυνατότητα να επιλέξουμε αν θέλουμε με Double tap με τρία δάκτυλα και slide πάνω/κάτω να χαμηλώνει ή να δυναμώνει η φωτεινότητα της οθόνης. Επίσης ένα ακόμα χαρακτηριστικό που μας δίνει το tweak είναι ότι με απλό Double tap με τρία δάκτυλα να ενεργοποιηθεί ή απενεργοποιηθεί το κλείδωμα περιστροφής οθόνης.

Παρακάτω στο βίντεο θα δείτε αναλυτικά πως δουλεύει το tweak.

 
Μπορείτε να επιλέξετε μιας από τις δυο δυνατότητες ή και τις δυο. Δηλαδή μόνο το κλείδωμα περιστροφής οθόνης ή μόνο την αλλαγή έντασης ήχου ή φωτεινότητας.

Το tweak είναι διαθέσιμο στο repo του BigBoss δωρεάν.

Σκανάρετε QR Codes από το Camera app


Χρησιμοποιείτε πολύ συχνά QR Codes αλλά δεν σας αρέσουν οι εφαρμογές που υπάρχουν στο App Store δεν καλύπτουν τις ανάγκες σας;
Τότε το παρακάτω tweak από τον Evan Swick θα σας προξενήσει το ενδιαφέρον.
Με το NativeQR μπορείτε να σκανάρεται τα QR Codes από την εφαρμογή της κάμερας και να κάνετε copy το url ή να κάνετε κατευθείαν άνοιγμα στο safari.
Εκτός αυτού μπορείτε να φτιάξετε QR Codes για επαφές.
Δηλαδή μόλις σκανάρει ο χρήστης το QR θα του εμφανιστεί η επαφή και θα του έχει επιλογές όπως π.χ να την προσθέσει στην λίστα επαφών του ή να την κάνει merge με μια άλλη.
Παρακάτω ακολουθεί αναλυτικό βίντεο.


Το tweak δεν έχει πολλές επιλογές παραμόνο μια, για την ενεργοποίηση και απενεργοποίηση του.

Το tweak κοστίζει $1.99 και θα το βρείτε στο repo του BigBoss.

Το Activator έρχεται με προγραμματισμένες εντολές στην έκδοση 1.8


Κλασικά ο Ryan Petrich αναβαθμίζει το Activator κάθε 2 – 5 μέρες τώρα όμως στην νέα έκδοση ερχεται με κάτι πρωτοτυπο. Τώρα πια μπορούμε να προγραμματίσουμε μια εντολή που θέλουμε να κάνει το Activator. 
Π.χ μπορούμε να επιλέξουμε σε μια συγκεκριμένη ώρα και μέρα να παίξει μουσική.

Μπορείτε να προγραμματίσετε μια εντολή από το Custom Events μενού και μετά επιλέγετε ώρα, μέρα και την εντολή.



Cydia


| ACTIVATOR

Το Activator έρχεται με προγραμματισμένες εντολές στην έκδοση 1.8

Active Link: Ανοίξετε τα αγαπημένα σας URLs μέσω Activator



| OTHERS

Σκανάρετε QR Codes από το Camera app

How to Install Deb File



| TWEAKS

Double Tap

Vox

WhatsActor