diff --git a/codecs/base64/build.properties b/crypto/base64/build.properties similarity index 100% rename from codecs/base64/build.properties rename to crypto/base64/build.properties diff --git a/codecs/base64/build.xml b/crypto/base64/build.xml similarity index 100% rename from codecs/base64/build.xml rename to crypto/base64/build.xml diff --git a/codecs/base64/ivy.xml b/crypto/base64/ivy.xml similarity index 100% rename from codecs/base64/ivy.xml rename to crypto/base64/ivy.xml diff --git a/codecs/base64/src/main/javascript/base64.js b/crypto/base64/src/main/javascript/base64.js similarity index 100% rename from codecs/base64/src/main/javascript/base64.js rename to crypto/base64/src/main/javascript/base64.js diff --git a/codecs/hex/build.properties b/crypto/hex/build.properties similarity index 100% rename from codecs/hex/build.properties rename to crypto/hex/build.properties diff --git a/codecs/hex/build.xml b/crypto/hex/build.xml similarity index 100% rename from codecs/hex/build.xml rename to crypto/hex/build.xml diff --git a/codecs/hex/ivy.xml b/crypto/hex/ivy.xml similarity index 100% rename from codecs/hex/ivy.xml rename to crypto/hex/ivy.xml diff --git a/codecs/hex/src/main/javascript/hex.js b/crypto/hex/src/main/javascript/hex.js similarity index 100% rename from codecs/hex/src/main/javascript/hex.js rename to crypto/hex/src/main/javascript/hex.js diff --git a/codecs/rsa/build.properties b/crypto/rsa/build.properties similarity index 100% rename from codecs/rsa/build.properties rename to crypto/rsa/build.properties diff --git a/codecs/rsa/build.xml b/crypto/rsa/build.xml similarity index 100% rename from codecs/rsa/build.xml rename to crypto/rsa/build.xml diff --git a/codecs/rsa/ivy.xml b/crypto/rsa/ivy.xml similarity index 100% rename from codecs/rsa/ivy.xml rename to crypto/rsa/ivy.xml diff --git a/codecs/rsa/src/main/javascript/rsa.js b/crypto/rsa/src/main/javascript/rsa.js similarity index 100% rename from codecs/rsa/src/main/javascript/rsa.js rename to crypto/rsa/src/main/javascript/rsa.js diff --git a/codecs/sha1/build.properties b/crypto/sha1/build.properties similarity index 100% rename from codecs/sha1/build.properties rename to crypto/sha1/build.properties diff --git a/codecs/sha1/build.xml b/crypto/sha1/build.xml similarity index 100% rename from codecs/sha1/build.xml rename to crypto/sha1/build.xml diff --git a/codecs/sha1/ivy.xml b/crypto/sha1/ivy.xml similarity index 100% rename from codecs/sha1/ivy.xml rename to crypto/sha1/ivy.xml diff --git a/codecs/sha1/src/main/javascript/sha1.js b/crypto/sha1/src/main/javascript/sha1.js similarity index 100% rename from codecs/sha1/src/main/javascript/sha1.js rename to crypto/sha1/src/main/javascript/sha1.js diff --git a/codecs/sha1/src/test/javascript/sha1-test.js b/crypto/sha1/src/test/javascript/sha1-test.js similarity index 100% rename from codecs/sha1/src/test/javascript/sha1-test.js rename to crypto/sha1/src/test/javascript/sha1-test.js