Skip to content

camshaft/pkcs7.erl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkcs7.erl Build Status

PKCS7 binary padding for erlang

1> Bin = <<"Needs padding">>.
2> Padded = pkcs7:pad(Bin).
3> Padded = <<78,101,101,100,115,32,112,97,100,100,105,110,103,3,3,3>>.
4> Unpadded = pkcs7:unpad(Padded).
5> Bin = Unpadded.

About

PKCS7 binary padding for erlang

Resources

Stars

Watchers

Forks

Packages

No packages published