Sponsored Content
Top Forums UNIX for Advanced & Expert Users Any quick way to determine if the communication is encrypted Post 302997274 by mohtashims on Wednesday 10th of May 2017 02:19:10 PM
Old 05-10-2017
Tools Any quick way to determine if the communication is encrypted

I have a java process running on serverA on port 9200

It connects & communicates with the database on serverB port 4222.

Earlier I had not enabled encryption between them but now I have specified the java process on serverA to encryption communication by specifying the following on the java server


My OS is: uname -a
- SunOS mymac 5.10 Generic_150400-40 sun4v sparc sun4v


Is there is quick and easy way to confirm if the communication is now encrypted between the two parties ?

Last edited by Scrutinizer; 05-10-2017 at 03:30 PM..
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

executing encrypted files

Hi, Is there a way of executing encrypted files? I have encrpyted files using vi and crypt, but when I execute the encrypted file, it takes the contents literally (special characters, junk - encrpyted format). Kind Regards, Kawah (1 Reply)
Discussion started by: Kawah Cheung
1 Replies

2. UNIX for Advanced & Expert Users

executing encrypted files

Hi, Is there a way of executing encrypted files? I have encrpyted files using vi and crypt, but when I execute the encrypted file, it takes the contents literally (special characters, junk - encrpyted format). Kind Regards, Kawah (4 Replies)
Discussion started by: Kawah Cheung
4 Replies

3. UNIX for Dummies Questions & Answers

encrypted files

Hi lads me again trying to get a wee bit fancy with my scripting anyway it dosn't seem to want to run (strange as it may seem) I encrypted a file renamed it and wrote another file that unencrypts it (it contains passwords) (and b4 anyone says I am doing this for my own reasons) In a... (3 Replies)
Discussion started by: w33man
3 Replies

4. Shell Programming and Scripting

executing an encrypted script

Can we execute an encrypted shell script . I encrypted a shell scripts with crypt with keys and tried to execute it it gave me segmentation faul?? Can somebody answer this one please?? If we can is there any settings i need to change?? Thanks (2 Replies)
Discussion started by: ajnabi
2 Replies

5. Shell Programming and Scripting

To decrypt encrypted password

Hi folks, What will be the easy way to decrypt encrypted passwords on MySQL table. Googling brought me many suggestions on crypt/decrypt running scripts. Please advise. TIA Remark: I think the encrypt function of MySQL uses the Unix crypt command to encrypt B.R. satimis (1 Reply)
Discussion started by: satimis
1 Replies

6. UNIX for Advanced & Expert Users

compile a c program in a encrypted way

Hi Guys, I wonder I had have a look to the cc compile options but I could be missing one but basically I'm compliling a c program where I will storing a command to connect to a database and also userid and password. The issue is that after the module is generated using a command like strings I... (14 Replies)
Discussion started by: arizah
14 Replies

7. AIX

Bootable Encrypted Backup

Is there a utility available to make such a backup? Is this idea even possible? Thanks for the help. (5 Replies)
Discussion started by: rwh2011
5 Replies

8. UNIX for Beginners Questions & Answers

Can't unlock encrypted disk

I use Debian default encryption disk encryption. Only /boot it's not encrypted. When I boot I need to type my password, and then I will be logged in. But now I can't login. It always says that I typed the wrong password, but I typed the correct password. I tried to boot in live-CD and try unlock... (3 Replies)
Discussion started by: zognadal
3 Replies
WIKI-TOOLKIT-DELETE-NODE(1p)				User Contributed Perl Documentation			      WIKI-TOOLKIT-DELETE-NODE(1p)

NAME
wiki-toolkit-delete-node - Delete a node stored in a Wiki::Toolkit instance. SYNOPSIS
# Delete a node in a Wiki::Toolkit instance wiki-toolkit-delete-node --type postgres --name mywiki --user wiki --pass wiki --host 'db.example.com' --port 1234 --nodename MyNodeName wiki-toolkit-delete-node --type postgres --name mywiki --user wiki --pass wiki --host 'db.example.com' --port 1234 --id 2 --version 7 DESCRIPTION
Takes four mandatory arguments: type The database type. Should be one of 'postgres', 'mysql' and 'sqlite'. name The database name. nodename The name of the node to be deleted. id The id of the node to be deleted four optional arguments: user The user that connects to the database. It must have permission to create and drop tables in the database. pass The user's database password. host The hostname of the machine the database server is running on (omit for local databases). port The port number that the database server is expecting connections to. version The version number of the node to delete AUTHOR
Nick Burch COPYRIGHT
Copyright (C) 2006 Nick Burch. All Rights Reserved. This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Wiki::Toolkit perl v5.14.2 2011-09-25 WIKI-TOOLKIT-DELETE-NODE(1p)
All times are GMT -4. The time now is 02:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy