< Home - < Back

pycryptopp


Information about the package, pycryptopp, which is shipped with common Linux distributions. The pycryptopp package is designed for, Python wrappers for the Crypto++ library.


Package Name:

pycryptopp

Summary:

Python wrappers for the Crypto++ library

Description:

PyCryptopp is a set of Python wrappers for a few of the best crypto algorithms from the Crypto++ library (including SHA-256, AES, RSA signatures and Elliptic Curve DSA signatures).

Architecture:

x86_64

Version:

0.6.0.1206569328141510525648634803928199668821045408958

Release:

9.el6

Size:

165 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for pycryptopp


Control the pycryptopp package with the following handy commands outlined below.


Command

Description of Command

yum install pycryptopp

This command will install pycryptopp on the server.

yum remove pycryptopp

This command will un-install pycryptopp on the server. When you run this command, you will be asked if you are sure that you want to remove pycryptopp, so you have to manually confirm that you want to do this.

yum -y remove pycryptopp

This command will un-install pycryptopp on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove pycryptopp when using the -y flag.

yum update pycryptopp

This command will update pycryptopp to the latest version. When you run this command, you will be asked if you are sure that you want to remove pycryptopp, so you have to manually confirm that you want to do this.

yum -y update pycryptopp

This command will update pycryptopp to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove pycryptopp when using the -y flag.

yum info pycryptopp

This command will show you core information about the pycryptopp package.

yum deplist pycryptopp

This command will show you the dependencies for pycryptopp. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update pycryptopp

This command will check if there is an update waiting on pycryptopp. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.