Thanks to visit codestin.com
Credit goes to github.com

Skip to content

alexpaulzor/aespipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright 2010 Rapleaf

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

ABOUT FASTAESPIPE

fastaespipe is intended to be a drop-in replacement for aespipe (http://loop-aes.sourceforge.net/) that uses the Intel AES New Instructions (AES-NI; http://software.intel.com/en-us/articles/download-the-intel-aesni-sample-library/).  Furthermore, fastaespipe is designed to process blocks in parallel threads (using AES CTR mode) for even better performance.  The inspiration for this project is backups using Amanda and amaespipe (http://wiki.zmanda.com/man/amaespipe.8.html).

!!!! FASTAESPIPE IS PRE-ALPHA!!  IT DOES NOT WORK YET!! !!!!

INSTALLATION

fastaespipe can only be built or executed on 64-bit Intel processors that support AES-NI.  Building the AES-NI library depends on yasm (http://www.tortall.net/projects/yasm/wiki), which is available in some Linux distributions' repositories.  Assuming yasm is in your PATH, to compile:

make

is all you need to do, and you may put bin/fastaespipe wherever you like.  A typical use case is to replace your current aespipe with a symlink to fastaespipe.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published