Search found 595 matches

by paulej
Sat Feb 03, 2024 6:36 pm
Forum: AES Crypt
Topic: AES Crypt GUI Issue with Ubuntu ARM64 Version
Replies: 6
Views: 1365

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 you're getting these kinds of weird results. You could easily build the command-line version on ARM fro...
by paulej
Tue Jan 30, 2024 7:13 pm
Forum: Announcements
Topic: Why Gmail addresses are disallowed on this site
Replies: 0
Views: 963

Why Gmail addresses are disallowed on this site

As much as we'd prefer to encourage dialog from everyone, we can't allow Gmail addresses to be used when registering due to Google's draconian spam policies. The problem is spammers create Gmail addresses, they then use this to sign up here, our server sends an email to verify addresses, and Google ...
by paulej
Mon Jan 29, 2024 7:51 pm
Forum: AES Crypt
Topic: AES Crypt GUI Issue with Ubuntu ARM64 Version
Replies: 6
Views: 1365

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?
by paulej
Mon Jan 29, 2024 6:15 pm
Forum: AES Crypt
Topic: AES Crypt GUI Issue with Ubuntu ARM64 Version
Replies: 6
Views: 1365

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. Since you're on a Mac, there is a command line version you can download for the M1. Just ou...
by paulej
Wed Nov 22, 2023 3:10 am
Forum: AES Crypt
Topic: Overwrite existing file - AES Crypt Error
Replies: 9
Views: 19275

Re: Overwrite existing file - AES Crypt Error

Sounds like you got it all working! Congratulations!
by paulej
Mon Nov 20, 2023 4:14 am
Forum: AES Crypt
Topic: Overwrite existing file - AES Crypt Error
Replies: 9
Views: 19275

Re: Overwrite existing file - AES Crypt Error

franc wrote: Sun Nov 19, 2023 1:25 pm 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 file. But, it would be a good addition.
by paulej
Mon Nov 20, 2023 4:11 am
Forum: AES Crypt
Topic: Overwrite existing file - AES Crypt Error
Replies: 9
Views: 19275

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 compiler. That said, if you want to just build and not create an install package, I suspect it would. Y...
by paulej
Thu Oct 05, 2023 3:57 am
Forum: AES Crypt
Topic: Does AESCrypt work on MAC Ventura (OSX 13.x)?
Replies: 3
Views: 3839

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 processor. I'll see if I can get the build updated to not require Rosetta on the M1 and M2 processors.
by paulej
Thu Oct 05, 2023 12:42 am
Forum: AES Crypt
Topic: Does AESCrypt work on MAC Ventura (OSX 13.x)?
Replies: 3
Views: 3839

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 lock. See the user guide for more details: https://www.aescrypt.com/documentation/AES%20Crypt%20User...
by paulej
Fri Sep 29, 2023 3:36 pm
Forum: Miscellaneous Discussion Topics
Topic: Some general questions about H.323 and SIP
Replies: 17
Views: 41652

Re: Some general questions about H.323 and SIP

H.323 really isn't much older. Maybe a year, but both are very old protocols at this point. Both have mechanisms for firewall traversal. The learning curve depends on whether you're building code or deploying hardware. Deploying hardware, it's about the same. If you want to quickly hack something to...