I thought I'd start another thread for this question as the previous one has gone elsewhere - cheese and films and I don't know what else.
So I was wondering if it was possible to add a bit of code to the anti-logger which would add a tick in the tools>anti-logger sub-menu to show whether AL is enabled or not - as it is now you can activate it then forget whether it's activated or not.
Not very important but perhaps a just a bit helpful...
yes, it's possible and very easy too..tomorrow i'll work on it and maybe add an option to start the antikeylogger with kmeleon automatically and terminate it when kmeleon exits
By the way, I was also wondering if you add this onscreen keyboard which is considered to be really one of the best and the most secure - what do you think ?
I don't like camembert but I do like roquefort... = cheesy grin.
By the way, I was also wondering if you add this onscreen keyboard which is considered to be really one of the best and the most secure - what do you think ?
I don't like camembert but I do like roquefort... = cheesy grin.
mhf,
Stilson here and for pasta, Parmigiano-Reggiano, but it is too pricey these days, so I go for Regginito from Argentina or a new one, name escapes me, from Australia. Much more reasonable.
I think that can be possible adapted this Firefox2 extension because not free version work with K-Meleon. This can't be very different to free Firefox2 version.
This unique and innovative feature is designed to help ensure your privacy when browsing secure web pages. When enabled, the Cloaking Device will make Visual Explorer semi transparent so that casual observers cannot snoop on your browsing activities, particularly useful when entering personal or credit card related data online.
"This unique and innovative feature is designed to help ensure your privacy when browsing secure web pages."
They are selling you air.
Try with my KWC tool with "trans" parameter. But transparency windows only work in Win2K/XP and later, not work in Win9x.
Quote panzer
How do I use command line syntax to make kmeleon semi trasparent? Do i just use them with Run ...?
1) Copy 'kwc.exe' in "K-Meleon\Tools\kwc.exe"
2) In K-Meleon go to Edit -> Configuration -> User-Defined Macros, and create a new text file named 'KWC_trans.kmm'.
3) Copy this code in new file created, save changes and restart K-Meleon.
# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)
# ---------- KWC Transparency ----------------------------------------------
#
# Dependencies : -
# Resources : kwc.exe
# Preferences : -
#
# --------------------------------------------------------------------------
# NOTE: Assuming locate kwc.exe in Tools subfolder in K-Meleon installation folder.
# PRIVATE -----
_KWC_trans{
# kwc help: kwc.exe ["Windowtitle"] trans (0-255)
# Set K-Meleon's window opacity value in this var (0=Invisible, 255=Solid):
$_kwc_opacity=100;
exec("Tools\\kwc.exe trans ".$_kwc_opacity);
}
_KWC_Accel{
# Example to use Esc key to change K-Meleon window transparency:
setaccel("VK_ESCAPE","macros(_KWC_trans)");
}
# --------------------------------------------------------------------------
$OnInit=$OnInit."_KWC_Accel;";
# Comment next line if you don't like transparency at K-Meleon started:
$OnStartup=$OnStartup."_KWC_trans;";
# --------------------------------------------------------------------------
$macroModules=$macroModules."KWC_trans;";
Quote panzer
Happy New Year and hope for hearing from you soon - maybe January 2009 (key scrambler macro)
Sorry i'm busy now in other projects, scrambler is at the end of list (in one or two months).
How about simply copy/paste sensitive data instead of using a key scrambler that will do what it promise or won't, depending on how professional the key stroke record device is set up ;)
k-meleon doesn't need the entire extension(the xul is just to make menus in firefox..same as macro menu) but the main thing is to use their javascript.. make it onload with the browser.. this is beyond me and desga and jamesD can do it better, i think lexi(from russian team) can too..he's good with injecting javascripts.
this is the js script that overrides file sharing websites:
script on kmext.sf.net/scripts
another way.. and just as good as the extenson is using jdownloader.. i tested it when djcreator wanted a macro for it and it can download from many file share hosts overriding the countdown and it's a download manager as well
the only disadvantage of jdownloader, since it's a java program.. it can be somewhat inconvenient as a portable application or with portable kmeleon cause it will rely on the host machine for java runtime(needs 1.6) but i think most computers now have java installed.
Edited 1 time(s). Last edit at 04/01/2010 06:28AM by disrupted.
How about simply copy/paste sensitive data instead of using a key scrambler that will do what it promise or won't, depending on how professional the key stroke record device is set up ;)
I use Kmeleon in company I work. Copy/paste won't do. I just do not want that my bosses monitor what I type.
i tested keyscrambler on 2 ff version, 1.5 and 3.0 and in both, after installing the extension and restarting firefox; system crashed with BSOD.. there's something not right with this extension
also some ff users experienced same thing in the reviews:
Quote
*
Possible risk
I take back my previous review. Out of the blue I am suddenly experiencing blue screens CRITICAL_STRUCTURE_CORRUPTION stating something about my my kernal being modified or possible bad memory. I checked the memory its fine. I uninstalled keyscrambler and still experienced issues. So I ended up restoring from backup from 3 days ago. It could simply be some failing hardware but this is the only driver ive installed recently. I will update this review if I continue to have blue screens.
by Ceromus on April 11, 2009
*
On installation this program crashed my Windows XP system at the BIOS level. Mozilla should place a skull and crossbones warning at the top of their description page.
by TheRealGeo on April 11, 2009
*
100% CPU lockup
Same here tom. Kept getting 100 CPU lock, and very frustrating. Created a new Firefox profile, and adding back my add-ons one at a time to test. First add-on was KeyScrambler and near immediately began getting 100CPU lockup. New profile again and added all my add-ons [except KeyScrambler] and no lockup at all. I'm wondering if KeyScrambler has gotten too bloated now it supports so many different applications. I wish they'd just offer a basic version for Firefox and IE. I used to love the KeyScrambler plugin, but can't use it now it is eating up my processor power. Power consumption rises with the CPU usage and I'm trying to keep my electricity bills down. //// Utilizes 100% CPU by tom_1st on March 4, 2009 Nice idea but implementation is buggy. After a while (some minutes) the Keyscrambler plugin takes 100% CPU load and never stops. I had to manually activate/deactivate all my plugins until i identified this specific plugin :-( Uninstalled it and everything went back to normal...
by sherad on April 10, 2009
i think it's better to write something away from this extension.. i'll try to search for an external program that can be utilised with a macro.