Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

shishi_as_rep_process(3) [debian man page]

shishi_as_rep_process(3)					      shishi						  shishi_as_rep_process(3)

NAME
shishi_as_rep_process - API function SYNOPSIS
#include <shishi.h> int shishi_as_rep_process(Shishi_as * as, Shishi_key * key, const char * password); ARGUMENTS
Shishi_as * as structure that holds information about AS exchange Shishi_key * key user's key, used to encrypt the encrypted part of the AS-REP. const char * password user's password, used if key is NULL. DESCRIPTION
Process new AS-REP and set ticket. The key is used to decrypt the AP-REP. If both key and password is NULL, the user is queried for it. RETURN VALUE
Returns SHISHI_OK iff successful. REPORTING BUGS
Report bugs to <bug-shishi@gnu.org>. COPYRIGHT
Copyright (C) 2002-2010 Simon Josefsson. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for shishi is maintained as a Texinfo manual. If the info and shishi programs are properly installed at your site, the command info shishi should give you access to the complete manual. shishi 1.0.1 shishi_as_rep_process(3)

Check Out this Related Man Page

shishi_kdcrep_add_enc_part(3)					      shishi					     shishi_kdcrep_add_enc_part(3)

NAME
shishi_kdcrep_add_enc_part - API function SYNOPSIS
#include <shishi.h> int shishi_kdcrep_add_enc_part(Shishi * handle, Shishi_asn1 kdcrep, Shishi_key * key, int keyusage, Shishi_asn1 enckdcreppart); ARGUMENTS
Shishi * handle shishi handle as allocated by shishi_init(). Shishi_asn1 kdcrep KDC-REP to add enc-part field to. Shishi_key * key key used to encrypt enc-part. int keyusage key usage to use, normally SHISHI_KEYUSAGE_ENCASREPPART, SHISHI_KEYUSAGE_ENCTGSREPPART_SESSION_KEY or SHISHI_KEYUSAGE_ENCT- GSREPPART_AUTHENTICATOR_KEY. Shishi_asn1 enckdcreppart EncKDCRepPart to add. DESCRIPTION
Encrypts DER encoded EncKDCRepPart using key and stores it in the KDC-REP. RETURN VALUE
Returns SHISHI_OK iff successful. REPORTING BUGS
Report bugs to <bug-shishi@gnu.org>. COPYRIGHT
Copyright (C) 2002-2010 Simon Josefsson. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for shishi is maintained as a Texinfo manual. If the info and shishi programs are properly installed at your site, the command info shishi should give you access to the complete manual. shishi 1.0.1 shishi_kdcrep_add_enc_part(3)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

encrypt and decrypt password

how do i encrypt and decrypt a password (2 Replies)
Discussion started by: sanwish
2 Replies

2. Linux

Secured encrypted files via Linux

I need to encrypt a ".txt" file with password settings and it should decrypt the file automatoically when end user types correct password. Can some one help me on this. Thank you (3 Replies)
Discussion started by: rlmadhav
3 Replies

3. Shell Programming and Scripting

Substring and Join

Experts, Im struggling with something for the past hour or so and here is the challenge. File1: DO93948388 LDCNND 343 48848 -- Row1 DKKDF9933433 DKK 3384774 DLLFLFD -- Row2 DKKFJ38383734 DJF934988 REPFD FD -- Row3 File2: LDCNNDDKJF --- Row1... (5 Replies)
Discussion started by: OMLEELA
5 Replies

4. Shell Programming and Scripting

sort text having delimiter with "|" (pipe)

i am having text file below NARGU S S 12358 SALES REP |22| Acccount/s RAJU R B 64253 SALES REP |12| Acccount/s RUKMAN S 32588 SALES REP |10| Acccount/s NARGUND S S 12356... (3 Replies)
Discussion started by: suryanarayana
3 Replies