Quantcast
Channel: Packetizer Forums: Data Security
Browsing latest articles
Browse All 38 View Live

Re: How to build AES Crypt for Android shared Library ( JNI )

hello guys, Follow these steps to create AES Crypt for Android shared library (JNI): Create an Android development environment. In C/C++, implement the AES Crypt encryption and decryption routines....

View Article



Re: How to build AES Crypt for Android shared Library ( JNI )

[quote=paulej post_id=3234 time=1681271529 user_id=2] Does this help?http://danilogiulianelli.blogspot.com/2012/12/how-to-cross-compile-libiconv-for.html?m=1 Hi, I tried this method with gkbrown's...

View Article

Re: How to build AES Crypt for Android shared Library ( JNI )

[quote=muzamil321 post_id=3258 time=1686765232 user_id=3229] It seems like the iconv library is missing in your project. Please ensure that this library is correctly installed and your project is...

View Article

Strange behaviour, running from a bash script.

Hi. Firstly, thanks for letting me register, and of course for AESCrupt tool, that I've been using off and on for some years now, Windows and Linux. These days, 99.99% of the time I use Linux...

View Article

Re: Strange behaviour, running from a bash script.

Part of the question is easy to answer: if the Linux command-line aescrypt succeeds, it returns 0. Any other return value indicates a failure. Generally, it's just -1 returned on error, but not a...

View Article


Re: Strange behaviour, running from a bash script.

I tinkered with the script a little. I made some changes, just to avoid me having to re-enter the password every time I encrypt or decrypt. If you're using a multi-user machine, you probably will want...

View Article

AutoIT Script for Windows Users

For Windows users, here's an Autoit script that 1) prompts the user for the password and the AES-encrypted file, and 2) decrypts it, opens the default text editor, and pastes the output...

View Article

Re: AESCRYPT DO NOT OPEN

Hello, On a new Windows10 computer, I installed AES Crypt using AESCrypt_v310_x64.zip. I got no error, so I guess it's OK. But when right-clicking on a file > X64 > AES Crypt, nothing happens....

View Article


Re: AESCRYPT DO NOT OPEN

I've never seen that X64 menu before. Is that created by some other application? Anyway, on 64-bit Windows you 10 or 11, one should run only the 64-bit version of aescrypt.msi. it will install a...

View Article


Re: AESCRYPT DO NOT OPEN

I had an idea while waking up this morning :-) See if it was because I was still using an old, 32-bit version of Total Commander. Turns out that's what it was: Trying the latest, 64-bit release works...

View Article

Does AESCrypt work on MAC Ventura (OSX 13.x)?

i believe i did the install correctly: downloaded AES Crypt - GUI (Mac x64). Opened AESCrypt_mac_gui_v314.1_x64.dmg to create app in Applications folder. System Security level is "App Store and...

View Article

Re: Does AESCrypt work on MAC Ventura (OSX 13.x)?

It should work, but it doesn't work by trying to click on the app. It's intended to work by putting the lock icon on the dock and then dragging/dropping the file to be encrypted or decrypted onto the...

View Article

Re: Does AESCrypt work on MAC Ventura (OSX 13.x)?

thanks so much. I never thought of that. really nice of you:-) nikki

View Article


Re: Does AESCrypt work on MAC Ventura (OSX 13.x)?

I tried that tonight, but it still demanded Rosetta. I think it's the droplet code that allows one to drag and drop. Anyway, it appears to work on the latest OS, but requires Rosetta on the M1...

View Article

Re: Overwrite existing file - AES Crypt Error

Thanks again! I stumbled on this question of mine again, still having that same issue. I would love to have a CheckBox to accept overwrite on encrypt, e.g.: The file exists, do you want to overwrite...

View Article


Re: Overwrite existing file - AES Crypt Error

Or, is there a How-To for compiling AESCrypt for Windows W11? I found the source code but I read Visual Studio 2010, I have 2022, Build Tools does not fit etc. If I could compile it by myself then I...

View Article

Re: Overwrite existing file - AES Crypt Error

Honestly, I still go back to using VS 2010. The reason is the integrated installer. What I need to do is update the code to use a newer installer. All in due time, but for now I just use the older...

View Article


Re: Overwrite existing file - AES Crypt Error

[quote=franc post_id=3348 time=1700400312 user_id=2818] The file exists, do you want to overwrite it? Yes / No Yeah, that's on my list. It's risky, though, as I know someone will accidentally delete a...

View Article

Re: Overwrite existing file - AES Crypt Error

OK, I installed Visual Studio 2010 C++ Express from [url=https://my.visualstudio.com/Downloads?q=visual%20studio%202010&wt.mc_id=o~msft~vscom~older-downloads]Visual Studio Subscriptions[/url] and...

View Article

Re: Overwrite existing file - AES Crypt Error

OK, got it :) I had to switch all projects to 2012 Tools (or 2010 Tools):[attachment=0]AESCrypt Property Pages.png[/attachment] And I just deleted in some project file the rpcndr.lib and now I can...

View Article

Re: Overwrite existing file - AES Crypt Error

OK, done! The crucial function is indeed that [url=https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilew]CreateFileW (fom Windows API)[/url] and the param...

View Article


Re: Overwrite existing file - AES Crypt Error

Sounds like you got it all working! Congratulations!

View Article


AES Crypt GUI Issue with Ubuntu ARM64 Version

Hello! I'm currently trying to download AES Crypt GUI onto my Ubuntu device I do everything that is asked in the documentation and follow the directions. However when I use the command...

View Article

Re: AES Crypt GUI Issue with Ubuntu ARM64 Version

If I recall correctly, the installer doesn't have execute permission once extracted. Try changing the permissions using "chmod 755" with the filename following. You should then be able to invoke it....

View Article

Re: AES Crypt GUI Issue with Ubuntu ARM64 Version

I run the [code]chmod 755 AESCrypt-GUI-3.11-Linux-x86_64-Install [/code]command and then run [code]sudo ./AESCrypt-GUI-3.11-Linux-x86_64-Install[/code]. I get this really weird error:...

View Article


Re: AES Crypt GUI Issue with Ubuntu ARM64 Version

Wow, that's some strange output. I've never seen the before. I can give it a try this weekend if you tell me what version of Ubuntu you're using. Also, what desktop manager?

View Article

Re: AES Crypt GUI Issue with Ubuntu ARM64 Version

Hello, my version of Ubuntu: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy The desktop manager: Ubuntu: GNOME I plan on talking to my professor tomorrow about the issues ive been facing. Thank you...

View Article

Re: AES Crypt GUI Issue with Ubuntu ARM64 Version

I just sat down to look at this issue and realized that the title says ARM64. (I didn't notice that when traveling and peering into my phone screen.) There isn't a build for ARM, so it's no wonder...

View Article

Re: AES Crypt GUI Issue with Ubuntu ARM64 Version

I see. After speaking to my professor he was able to get an online tool that allows to access different VM's through a browser. Thank you very much!

View Article



Re: AES Crypt alternatives for Android

For those who bump to this thread, Mixplorer file manager is another option for android, it has aescrypt built in.

View Article
Browsing latest articles
Browse All 38 View Live




Latest Images