Activity for Kev

  • Kev Kev posted a comment on discussion Technical Topics

    @idrassi Thanks for fixing and understanding what was going on! Yes, I have xmWidgets extracted to a folder and at the start of the build it detects it Using existing PARENTDIR: /path/, wxBuildConsole is present. I've tried my usual method and it has indeed fixed it, thanks again. I did try with wxWidgets 2.6 for info, but I get this Error: Neither wxBuildConsole nor wxWidgets-3.2.5 found in /tmp. Exiting. One other thing, it hasn't caused an issue at the moment, but is this something related to...

  • Kev Kev posted a comment on discussion Technical Topics

    Thanks for the fast reply. I don't mess with the code, I don't know anything about it. But, I have just tried this git clone https://github.com/veracrypt/VeraCrypt.git cd to the src folder ./src/Build/build_cmake_deb.sh INDICATOR This has worked in the past but is failing now and I've got the same error again. I was able to build Veracrypt last time I tried on 11 Sept successfully using the same method. I'm happy to try a different way but I'm a little stumped I'm afraid.

  • Kev Kev posted a comment on discussion Technical Topics

    Hi I'm unable to build the latest git on Linux, it errors with the following Linking veracrypt ./src/common/cmdline.cpp(523): assert ""Assert failure"" failed in FindOptionByAnyName(): Unknown option allow-screencapture (process:2406548): Gtk-CRITICAL : 08:08:04.340: _gtk_css_lookup_resolve: assertion '(((extension ({ GTypeInstance __inst = (GTypeInstance) ((provider)); GType __t = ((_gtk_style_provider_private_get_type ())); gboolean __r; if (!__inst) __r = (0); else if (__inst->g_class && __inst->g_class->g_type...

  • Kev Kev posted a comment on discussion General Discussion

    Oh that's great sorry for missing that. I was going on the info in the change log... "Remove TrueCrypt Mode support. Version 1.25.9 can be used to mount or convert TrueCrypt volumes." But that tool is great!

  • Kev Kev posted a comment on discussion General Discussion

    I understand the reasoning for removing old ciphers and the ability to mount Truecrypt volumes in newer version of Veracrypt. But, is it possible to allow the portable version of 1.25.9 to run at the same time as a newer installed version of Veracrypt? Consider the scenario: I have Veracrypt and my computer running and come across an encrypted drive. I can't get it to mount in version 1.26.14 so I want to see if it's still in TC mode. I try to run 1.25.9 in portable mode but I get an error saying...

  • Kev Kev posted a comment on discussion Technical Topics

    Looks like the latest changes have broken it again on Linux? Cleaning Platform Cleaning Volume Cleaning Driver Cleaning Core Main.make:139: *** invalid syntax in conditional. Stop. make: *** [Makefile:574: clean] Error 2

  • Kev Kev posted a comment on discussion Technical Topics

    That's brilliant @idrassi it now builds successfully. Thanks for the quick fixes.

  • Kev Kev posted a comment on discussion Technical Topics

    hi thanks for the quick response. I've pulled the latest git and the initial problem is fixed but I'm afraid it more fails later on with the following Linking veracrypt Volume.a(Cipher.o): in function VeraCrypt::CipherAES::Decrypt(unsigned char*) const': Cipher.cpp:(.text._ZNK9VeraCrypt9CipherAES7DecryptEPh+0x10): undefined reference toaes_decrypt' Volume.a(Cipher.o): in function VeraCrypt::CipherAES::Encrypt(unsigned char*) const': Cipher.cpp:(.text._ZNK9VeraCrypt9CipherAES7EncryptEPh+0xc): undefined...

  • Kev Kev posted a comment on discussion Technical Topics

    Hi I've pulled the latest git of Veracript but when i try to build i get the following error Main.make:373: *** missing 'endif'. Stop. make: *** [Makefile:554: clean] Error 2 I use a script to build the file and it's worked in the past. I've tried to clean and pull again but get the same error. Is there a problem with the latest code or something I've done? thanks

  • Kev Kev posted a comment on discussion General Discussion

    I've managed to get this working. I've added various packages, but the one that I was missing was libwxgtk3.2-dev Now it has build properly.

  • Kev Kev posted a comment on discussion General Discussion

    Looks like the Ubuntu 22 version also requires this so I get stuck trying to install the precompiled .deb file too ./veracrypt-1.26.7-Ubuntu-22.04-arm64.deb Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'veracrypt' instead of './veracrypt-1.26.7-Ubuntu-22.04-arm64.deb' Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required...

  • Kev Kev posted a comment on discussion General Discussion

    Hi. Sorry it's me again. I'm now trying to build the files from source on a Pi with Bookworm but I encounter an error when trying to install the dependencies Couldn't find any package by glob 'libwxgtk3.0-gtk3-dev' Once I try to build I get a few errors and then a fatal error. I get these errors near the start make[1]: wx-config: No such file or directory Package ayatana-appindicator-0.1 was not found in the pkg-config search path. Package 'ayatana-appindicator-0.1', required by 'virtual:world',...

  • Kev Kev posted a comment on discussion General Discussion

    That's great thanks. I used the git method and it has compiled on the Pi. I haven't tested the install yet, but it has created the .deb files Thanks for your help.

  • Kev Kev modified a comment on discussion General Discussion

    Thanks for the detailed instructions. I can't get it to compile on a Pi, I get ../Common/PCSCException.cpp: In member function ‘virtual void VeraCrypt::PCSCException::Deserialize(std::shared_ptr<veracrypt::stream>)’: ../Common/PCSCException.cpp:143:40: error: no matching function for call to ‘VeraCrypt::Serializer::Deserialize(const char [10], LONG&)’ 143 | sr.Deserialize("ErrorCode", ErrorCode);</veracrypt::stream> And then more errors and ends with nc:37: ../Common/PCSCException.o] Error 1 make:...

  • Kev Kev posted a comment on discussion General Discussion

    Thanks for the detailed instructions. I can't get it to compile on a Pi, I get ../Common/PCSCException.cpp: In member function ‘virtual void VeraCrypt::PCSCException::Deserialize(std::shared_ptr<veracrypt::stream>)’: ../Common/PCSCException.cpp:143:40: error: no matching function for call to ‘VeraCrypt::Serializer::Deserialize(const char [10], LONG&)’ 143 | sr.Deserialize("ErrorCode", ErrorCode);</veracrypt::stream> And then more errors and ends with nc:37: ../Common/PCSCException.o] Error 1 make:...

  • Kev Kev posted a comment on discussion General Discussion

    That's fantastic thanks! One other question. Is there a guide on how to compile Veracrypt on a Pi? I'm guessing you get the source code but I'm a bit of a noob and wondered if it's a process that can be followed?

  • Kev Kev posted a comment on discussion General Discussion

    No problem and thanks for the reply. Thanks for the continuing to update Veracrypt.

  • Kev Kev modified a comment on discussion General Discussion

    Sorry if this is obvious but for version 1.26.7 will there be an armhf version or do I use another version on the Rasberry Pi now? I can see in the downloads the Pi is listed, but the file name is "Ubuntu" not "Debian"?

  • Kev Kev posted a comment on discussion General Discussion

    Sorry if this is obvious but for version 1.26.7 will there be an armhf version or do I use another version on theRasberry Pi now? I can see in the downloads the Pi is listed, but the file name is "Ubuntu" not "Debian"?

  • Kev Kev posted a comment on discussion Open Discussion

    The database is set to auto sync via locked down settings. I don't think this is a fool proof system but having a user not being able to do save as and just save would be helpful.

  • Kev Kev posted a comment on discussion Open Discussion

    If several users use the one file they all know the password to open the file. Due to this, if one of those users is then able to get the file, they can copy it where ever they wanted and have access. If the file is on a file server where the user is unable to do any file operations other than save to the file (ie through the Keepass.exe) then the file can be controlled. But, if this was in place, a user is still able to open the file via the Keepass.exe and use "Save As" to get around this. If "Save...

  • Kev Kev posted a comment on discussion Open Discussion

    I'm also thinking if the database is hosted on a web server, it also stops someone easily saving the file to another location if the "Save As" and "Sync" options are able to be disabled via a policy or GUI options.

  • Kev Kev posted a comment on discussion Open Discussion

    There maybe a way to limit access to the file path etc., but whilst the db is open in the GUI, the "Save As" will allow creating a new file somewhere. Whereas Save will just override the one already there.

  • Kev Kev posted a comment on discussion Open Discussion

    The "Save Database" policy needs to be enabled to allow saving to the current open database. But, by having the ability to limit a user with an already open database being able to save to a new location, ie "Save As" or the options in Sync, along with other measures in place for ability to write to locations, would help.

  • Kev Kev posted a comment on discussion Open Discussion

    First of all, I know that if there is access to the file there are simple ways of moving it etc. But I'm experimenting with other various measures to stop explorer access to the file and stopping it being moved there it would still mean that someone with access to the database via Keepass has the ability to "Save As" or "Sync". I know it's been bought up before, but with some other methods of being able to lock the file down, would it be considered to allow the disabling of these 2 options in the...

  • Kev Kev posted a comment on discussion Open Discussion

    Thanks Dominik. The plug in is ok and adds some extra features, but the only thing I'd be interested in from it is the extra column it provides. The column it does provide only works if all the OTP data is exported from native Keepass into the plugin format and I don't really want to use the plugin in just to add that.

  • Kev Kev posted a comment on discussion Open Discussion

    Love the fact that OTP can be stored and generated in Keepass now. Do you think it would be possible to add the OTP code as an available column? It could just show ** but when you click on it, it copies the OTP to the clipboard like a password?

  • Kev Kev posted a comment on discussion Help

    Yeah, it was accidental. All I thought was that if/when it happens, it's difficult to actually fix without clicking through all of the stuff Keepass is trying to open. I guess an easy way is to remove the plugin to stop it doing it. But, I just thought it could be useful if there was almost like an option on the AutoOpen folder that asked for confirmation to add things to stop accidental entries being moved into it.

  • Kev Kev posted a comment on discussion Help

    Came across an issue with the KeeAutoExec and the AutoOpen where if entries are accidentally added to the AutoOpen folder, when Keepass is opened it tries to open the URLs whether or not they are databases. Could there be any way to either: Only allow AutoExec to only open database files and ignore anything else? Add a custom String Field for AutoOpen entries so rouge enteries in the folder won't auto open as they won't have it? Or have some protection on the AutoOpen folder so a prompt pops up if...

  • Kev Kev modified a comment on discussion Open Discussion

    Thanks for the info. Not sure that will work for me as my backup trigger does a Keepass sync and a few other things so didn't want to use a plug in etc. I just thought some triggers can reference other triggers (Toolbar button and trigger on/off for example) and wondered if there was a way of having that as an option in the message box. So in the options below, if there is either a way of referencing a trigger from the "Execute command..." option or is it possible for Keepass to have an extra option...

  • Kev Kev modified a comment on discussion Open Discussion

    Thanks for the info. Not sure that will work for me as my backup trigger does a Keepass sync and a few other things so didn't want to use a plug in etc. I just thought some triggers can reference other triggers (Toolbar button and trigger on/off for example) and wondered if there was a way of having that as an option in the message box.

  • Kev Kev modified a comment on discussion Open Discussion

    Thanks for the info. Not sure that will work for me as my backup trigger does a Keepass sync and a few other things so didn't want to use a plug in etc. I just thought some triggers can reference other triggers (Toolbar button and trigger on/off for example) and wondered if there was a way of having that as an option in the message box.

  • Kev Kev posted a comment on discussion Open Discussion

    Thanks for the info. Not sure that will work for me as my backup trigger does a Keepass sync and a few other things so didn't want to use a plug in etc. I just thought some triggers can reference other triggers (Toolbar button and trigger on/off for example) and wondered if there was a way of having that as an option in the message box.

  • Kev Kev posted a comment on discussion Open Discussion

    I'd like Keepass to show a message box when a database is opened to ask if I'd like to back it up. I can get the message box to pop no problem, but within the "Action" field for the message box action, the only options are "Abort current trigger execution" or "Execute command line / URL". What I'd ideally like to do is execute another trigger (it does several things, so one line in the "Execute command..." isn't enough). Is it possible to execute a trigger using the command line or is it not possible...

  • Kev Kev created ticket #348

    Wrong version shown?

  • Kev Kev posted a comment on discussion Open Discussion

    Since Keepass version 2.45, there has been a change of "UUIDs in the group and entry editing dialogs are now displayed both in hexadecimal and base 64 form." Is there any way to turn this off? It might not sound much of an issue, but we use UUIDs in documentation to get the correct entry. Nothing wrong there, but it makes it a little more awkward to select the UUID now as it's got to be copied before the comma instead of selecting the entire field in the entry. I know one work around could be to...

  • Kev Kev posted a comment on discussion Open Discussion

    I think it would be useful so it would load up the entry and you could see the user name/password/any notes about the entry/IP addresses etc. It wouldn't necessarily just be the password that someone might be interested in with the entry. I was thinking the documentation would have something like "keepass.exe --uuid-search xxxxxxxxxx" and when the link is clicked Keepass opens and the entry is searched for so it's easy to see the extra information.

  • Kev Kev posted a comment on discussion Open Discussion

    I've just updated mine this morning. It should be a matter of just copying the new files from the downloaded .zip over the top of the existing files on the USB stick. Once it's done, the new version is available to use. The copying process only copies the files needed to run Keepass, it won't overwrite your config file or database as they don't exist in the .zip file. Maybe you could try extracting the files to a new temp folder, open the .exe and then open your Keepass database (.kdbx) and see if...

  • Kev Kev posted a comment on discussion Open Discussion

    Hi there, I was wondering if it is, or would be, possible to have a UUID command line switch to open Keepass and search for the UUID. My example is that in external documentation, it may say "password UUID: xxxxxxxxxxxxx". It would be nice if this could be a command line that automatically opens Keepass and searches for the UUID. I can see a switch of -entry-url-open which is similar, but I wouldn't want the URL to open, just list the entry in Keepass. Thanks for continuing to support and improve...

  • Kev Kev posted a comment on discussion Open Discussion

    At the moment, if a URL is in the notes field (an entry starting http:// or https://)...

  • Kev Kev posted a comment on discussion Open Discussion

    Sorry about the double post, Sourceforge was acting a little strange and timed o...

  • Kev Kev posted a comment on discussion Open Discussion

    Hi, In the Database Tools menu, there is an option to "Delete Duplicate Entries"....

  • Kev Kev posted a comment on discussion Open Discussion

    Hi, In the Database Tools menu, there is an option to "Delete Duplicate Entries"....

  • Kev Kev posted a comment on discussion Help

    You could try searching your computer for any files that have the file extension...

  • Kev Kev posted a comment on discussion Open Discussion

    Just read an article on the BBC site about the Heartbleed bug, and KeePass is mentioned...

  • Kev Kev posted a comment on discussion Open Discussion

    I would agree with both of those suggestions too!

  • Kev Kev posted a comment on discussion Help

    I think you have 2 options: Either manually click in the username field before using...

  • Kev Kev posted a comment on discussion Help

    Hi, A KDBX file is used with Keepass version 2.x Try downloading Keepass version...

  • Kev Kev posted a comment on discussion Open Discussion

    Hi Paul, Thanks for the hint. I think I created those Auto-Type sequences when the...

  • Kev Kev posted a comment on discussion Open Discussion

    I've been using Keepass to do this a while now and it works perfectly too. I personally...

  • Kev Kev posted a comment on discussion Open Discussion

    Perfect! I'd only created a trigger just before posting this as well and never thought...

  • Kev Kev posted a comment on discussion Open Discussion

    Perfect! I'd only created a trigger just before posting this as well and never thought...

  • Kev Kev posted a comment on discussion Open Discussion

    Hi all, I use the KeeAutoExec plugin to open an additional database when I open my...

1