Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 155c93f
  • /
  • crypto
  • /
  • des
  • /
  • DES.pod
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:8a739e7ca0d0156680c1ff530ac888682ad8e64d
directory badge Iframe embedding
swh:1:dir:85cb2356bb699b5709ca61e0ced5c149de3f7741
DES.pod
crypt	<= 	crypt(buf,salt)
key	<=	set_odd_parity(key)
int	<=	is_weak_key(key)
keysched<=	set_key(key)
key	<=	ecb_encrypt(string8,ks,enc)
key	<=	ecb3_encrypt(input,ks1,ks2,enc)
string	<=	cbc_encrypt(input,ks,ivec,enc)			=> ivec 
string	<=	cbc3_encrypt(input,ks1,ks2,ivec1,ivec2,enc)	=> ivec1&ivec2 
ck1,ck2	<=	cbc_cksum(input,ks,ivec)			=> ivec
string	<=	pcbc_encrypt(input,ks,ivec,enc)			=> ivec 
string	<=	ofb_encrypt(input,numbits,ks,ivec)		=> ivec
string	<=	cfb_encrypt(input,numbits,ks,ivec,enc)		=> ivec
key	<=	random_key()
key	<=	string_to_key(string)
key1,key2<=	string_to_2keys(string)

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top